From: kkalev Date: Sun, 8 Sep 2002 14:36:58 +0000 (+0000) Subject: Also cache the default.vals file. X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=ba9e7cee6e7be1ca77710564493d606ed65aed71;p=freeradius-dialup-admin.git Also cache the default.vals file. --- diff --git a/Changelog b/Changelog index 3457a9c..23407d7 100644 --- a/Changelog +++ b/Changelog @@ -42,6 +42,7 @@ Ver 1.59: shown * In lib/sql/defaults.php3 instead of doing a select for each group the user belongs to, do one select with a where in () caluse. +* Also cache the default.vals file. Ver 1.55: * Update the FAQ about missing attributes from the user/group edit pages and add a few comments in the configuration files diff --git a/lib/defaults.php3 b/lib/defaults.php3 index 3d081a6..1d21547 100644 --- a/lib/defaults.php3 +++ b/lib/defaults.php3 @@ -1,11 +1,19 @@