Changeset 2075 in ExiteCMS
- Timestamp:
- 11/28/08 23:05:45 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/user_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/user_functions.php
r2054 r2075 136 136 } else { 137 137 // is login required? 138 if ($settings['auth_required'] && !in_array(FUSION_SELF, array("login.php","setuser.php","lostpassword.php", "register.php" ))) {138 if ($settings['auth_required'] && !in_array(FUSION_SELF, array("login.php","setuser.php","lostpassword.php", "register.php","maintenance.php"))) { 139 139 redirect(BASEDIR."login.php", "script"); 140 140 exit;
Note: See TracChangeset
for help on using the changeset viewer.
