Ignore:
Timestamp:
2014/06/03 14:51:51 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/LC_Page_Admin.php

    r23124 r23503  
    4545        $allow_hosts = unserialize(ADMIN_ALLOW_HOSTS); 
    4646        if (is_array($allow_hosts) && count($allow_hosts) > 0) { 
    47             if (array_search($_SERVER['REMOTE_ADDR'],$allow_hosts) === FALSE) { 
     47            if (array_search($_SERVER['REMOTE_ADDR'], $allow_hosts) === FALSE) { 
    4848                SC_Utils_Ex::sfDispError(AUTH_ERROR); 
    4949            } 
Note: See TracChangeset for help on using the changeset viewer.