]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Use require_once when including lib/functions.php3 in lib/sql
authorkkalev <kkalev>
Tue, 17 Sep 2002 12:25:05 +0000 (12:25 +0000)
committerkkalev <kkalev>
Tue, 17 Sep 2002 12:25:05 +0000 (12:25 +0000)
Changelog
lib/sql/change_attrs.php3
lib/sql/create_group.php3

index 0466b32e29a2b6443c34b8977bb75303d653416e..073dc13e07a517fa8206189be52dbf369a164c87 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
+Ver 1.60:
+* Use require_once when including lib/functions.php3 in lib/sql
 Ver 1.59:
 * Small html fixes in user_edit.php3 and password.php3
 * Show number of failed logins in the last 7 days in the user admin page
index 72a2782e116b22b0c81b333f6d6356a7bc548d71..6ec9d19e6e6c2f9f3fc7f3974b059637c823dede 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require('../lib/functions.php3');
+require_once('../lib/functions.php3');
 if (is_file("../lib/sql/drivers/$config[sql_type]/functions.php3"))
         include_once("../lib/sql/drivers/$config[sql_type]/functions.php3");
 else{
index b7cf84a66067bf62ad28687ce6c95aafde8b3d49..7c7bac0cca4737807e762373c0feca6e7653bdc2 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require('../lib/functions.php3');
+require_once('../lib/functions.php3');
 if (is_file("../lib/sql/drivers/$config[sql_type]/functions.php3"))
        include_once("../lib/sql/drivers/$config[sql_type]/functions.php3");
 else{