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

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

  • 半SP
File:
1 edited

Legend:

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

    r20538 r20540  
    167167    } 
    168168 
    169      
     169 
    170170    //管理機能ディレクトリのリネームと CONFIG_REALFILE の変更 
    171171    function lfUpdateAdminData(&$arrForm){ 
     
    196196                $diff ++; 
    197197            } 
    198              
     198 
    199199            if(strpos($line,"ADMIN_FORCE_SSL") !== false){ 
    200200                $installData[$key] = 'define("ADMIN_FORCE_SSL",'.$admin_force_ssl.');'; 
     
    206206            } 
    207207        } 
    208          
     208 
    209209        if($diff > 0) { 
    210210            $fp = fopen(CONFIG_REALFILE,'wb'); 
Note: See TracChangeset for help on using the changeset viewer.