- Timestamp:
- 2011/03/07 15:37:16 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/admin/LC_Page_Admin.php
r20534 r20540 44 44 function init() { 45 45 $this->template = MAIN_FRAME; 46 46 47 47 //IP制限チェック 48 48 $allow_hosts = unserialize(ADMIN_ALLOW_HOSTS); … … 53 53 } 54 54 } 55 55 56 56 //SSL制限チェック 57 57 if(ADMIN_FORCE_SSL == TRUE){
Note: See TracChangeset
for help on using the changeset viewer.
