Ignore:
Timestamp:
2011/01/16 00:37:49 (13 years ago)
Author:
Seasoft
Message:

#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

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

    r19857 r19922  
    4949        if(count($allow_hosts) > 0){ 
    5050            if(array_search($_SERVER["REMOTE_ADDR"],$allow_hosts) === FALSE){ 
    51                 SC_Response::sendError("403"); 
     51                SC_Response::sendHttpStatus(403); 
    5252                exit; 
    5353            } 
Note: See TracChangeset for help on using the changeset viewer.