]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Don't include user_info.php3 in the user_test page.
authorkkalev <kkalev>
Sat, 11 Jan 2003 23:29:24 +0000 (23:29 +0000)
committerkkalev <kkalev>
Sat, 11 Jan 2003 23:29:24 +0000 (23:29 +0000)
Changelog
htdocs/user_test.php3

index 19d6715e29b138afe2d75d02e25afc53f906bec7..99da66ba235497923132df9b6c75000c7cf50149 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -28,6 +28,7 @@ Ver 1.62:
 * Add a directive ldap_debug. Add debugging statements in the ldap library
 * Add debug statements in the pg driver
 * In debug, output the sql queries in italic. Refer to enabling debugging in the FAQ
+* Don't include user_info.php3 in the user_test page.
 Ver 1.61:
 * Add a string encoder for greek
 * If general_decode_normal_attributes is set then encode attributes in lib/ldap/change_info. In the near future
index 2890246e3928fb66a6c30030d53e307909582864..84cd8c59ecb07e2b144fc99586293002eabb600a 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 require('../conf/config.php3');
-if (is_file("../lib/$config[general_lib_type]/user_info.php3"))
-       include("../lib/$config[general_lib_type]/user_info.php3");
 
 if ($login == 'da_server_test'){
        $login = $config[general_test_account_login];
@@ -11,7 +9,7 @@ if ($login == 'da_server_test'){
 echo <<<EOM
 <html>
 <head>
-<title>test user $login ($cn)</title>
+<title>test user $login</title>
 <link rel="stylesheet" href="style.css">
 </head>
 <body bgcolor="#80a040" background="images/greenlines1.gif" link="black" alink="black">