From: kkalev Date: Sat, 14 Aug 2004 15:41:50 +0000 (+0000) Subject: Move a few header() calls after including config.php3 so that we have access to the... X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=0e13f19e812465b67534f435073082c765571be4;p=freeradius-dialup-admin.git Move a few header() calls after including config.php3 so that we have access to the relevant variables. --- diff --git a/Changelog b/Changelog index 4011136..445af18 100644 --- a/Changelog +++ b/Changelog @@ -19,6 +19,8 @@ Ver 1.75: * Fix operator escaping in lib/sql/change_attrs.php3 * In user_state also take into account any open sessions when calculating daily/weekly usage. Add two more lines in the output stating the number of current open sessions and the time used. +* Move a few header() calls after including config.php3 so that we have access to the relevant + variables. Ver 1.72: * Move the xlat function to a separate file in lib/xlat.php3 * Add a lib/sql/nas_list.php3 to also get the nas list from sql (naslist.conf still works) diff --git a/htdocs/group_admin.php3 b/htdocs/group_admin.php3 index 6f60f5c..41bb7e8 100644 --- a/htdocs/group_admin.php3 +++ b/htdocs/group_admin.php3 @@ -1,9 +1,9 @@ Group Administration Page diff --git a/htdocs/group_new.php3 b/htdocs/group_new.php3 index a833697..2c63a80 100644 --- a/htdocs/group_new.php3 +++ b/htdocs/group_new.php3 @@ -1,9 +1,9 @@