Ignore:
Timestamp:
2011/03/07 15:37:16 (15 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • 半SP
File:
1 edited

Legend:

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

    r20534 r20540  
    4444    function init() { 
    4545        $this->template = MAIN_FRAME; 
    46          
     46 
    4747        //IP制限チェック 
    4848        $allow_hosts = unserialize(ADMIN_ALLOW_HOSTS); 
     
    5353            } 
    5454        } 
    55          
     55 
    5656        //SSL制限チェック 
    5757        if(ADMIN_FORCE_SSL == TRUE){ 
Note: See TracChangeset for help on using the changeset viewer.