- Timestamp:
- 2007/11/08 23:58:15 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/util/SC_Utils.php
r16771 r16772 86 86 SC_Utils::sfErrorHeader(">> /install/index.phpは、インストール完了後にファイルを削除してください。"); 87 87 } 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);98 88 } 99 89 }
Note: See TracChangeset
for help on using the changeset viewer.
