Ignore:
Timestamp:
2007/11/08 23:58:15 (19 years ago)
Author:
adachi
Message:

使用しない関数の削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/util/SC_Utils.php

    r16771 r16772  
    8686                SC_Utils::sfErrorHeader(">> /install/index.phpは、インストール完了後にファイルを削除してください。"); 
    8787            } 
    88         } 
    89     } 
    90  
    91     // アップデートで生成されたPHPを読み出し 
    92     function sfLoadUpdateModule() { 
    93         // URL設定ディレクトリを削除 
    94         $main_php = ereg_replace(URL_DIR, "", $_SERVER['PHP_SELF']); 
    95         $extern_php = UPDATE_PATH . $main_php; 
    96         if(file_exists($extern_php)) { 
    97             require_once($extern_php); 
    9888        } 
    9989    } 
Note: See TracChangeset for help on using the changeset viewer.