Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by mose, Wed Oct 22 22:49:46 2003 UTC | revision 1.2 by mose, Mon Oct 27 10:35:46 2003 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | define('AUTHGROUP','test'); | define('AUTHGROUP','test'); |
| 3 | include "/usr/local/ludap/auth.php"; | include "../../auth.php"; |
| 4 | if (isset($me) and !empty($me)) { | if (isset($me) and !empty($me)) { |
| 5 | $fres = $L->get_id($me,$L->attributes_user); | $fres = $L->get_id($me,$L->attributes_user); |
| 6 | } | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |