Changeset 1522
- Timestamp:
- Aug 1, 2006, 3:33:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/user.inc.php
r1511 r1522 66 66 } 67 67 68 if ($user['is_the_guest'] and !$conf['guest_access']) 68 if ($user['is_the_guest'] and !$conf['guest_access'] 69 and (basename($_SERVER['PHP_SELF'])!='identification.php')) 69 70 { 70 71 redirect (get_root_url().'identification.php');
Note: See TracChangeset
for help on using the changeset viewer.