Changeset 1377


Ignore:
Timestamp:
03/21/10 13:41:19 (3 years ago)
Author:
shibuya246
Message:

[branch 1.2] minor bug fixes for 0.1 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/Hotaru.php

    r1369 r1377  
    13261326        if ($this->currentUser->getPermission('can_access_admin') == 'yes') { return true; } 
    13271327         
    1328         if ($this->pageName == 'admin_login' || $this->pageName == 'api' ) { return true; } 
     1328        if ($this->pageName == 'admin_login') { return true; } 
    13291329         
    13301330        require_once(LIBS . 'Maintenance.php'); 
Note: See TracChangeset for help on using the changeset viewer.