Changeset 1522


Ignore:
Timestamp:
Aug 1, 2006, 3:33:21 PM (18 years ago)
Author:
nikrou
Message:

fix bug 451:
when guest access in not allowed identification.php script try
to redirect to himself ad infinitum.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/user.inc.php

    r1511 r1522  
    6666}
    6767
    68 if ($user['is_the_guest'] and !$conf['guest_access'])
     68if ($user['is_the_guest'] and !$conf['guest_access']
     69    and (basename($_SERVER['PHP_SELF'])!='identification.php'))
    6970{
    7071  redirect (get_root_url().'identification.php');
Note: See TracChangeset for help on using the changeset viewer.