- Timestamp:
- 09/13/11 21:03:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/db_po/edit_po.php
r12031 r12096 20 20 else 21 21 { 22 echo "The password is not yet evaluated, but the username is inserted into the DB.<br>";23 //if (!CheckUsernameAndPassword($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'], GetLDAPOptions()))24 //return;22 //echo "The password is not yet evaluated, but the username is inserted into the DB.<br>"; 23 if (!CheckUsernameAndPassword($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'], GetLDAPOptions())) 24 return; 25 25 } 26 26
Note:
See TracChangeset
for help on using the changeset viewer.