Changeset 1377
- Timestamp:
- 03/21/10 13:41:19 (3 years ago)
- File:
-
- 1 edited
-
branches/1.2/Hotaru.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/Hotaru.php
r1369 r1377 1326 1326 if ($this->currentUser->getPermission('can_access_admin') == 'yes') { return true; } 1327 1327 1328 if ($this->pageName == 'admin_login' || $this->pageName == 'api') { return true; }1328 if ($this->pageName == 'admin_login') { return true; } 1329 1329 1330 1330 require_once(LIBS . 'Maintenance.php');
Note: See TracChangeset
for help on using the changeset viewer.