- Timestamp:
- 2007/11/08 23:55:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/util/SC_Utils.php
r16770 r16771 85 85 if(file_exists($path)) { 86 86 SC_Utils::sfErrorHeader(">> /install/index.phpは、インストール完了後にファイルを削除してください。"); 87 }88 89 // 旧バージョンのinstall.phpのチェック90 $path = HTML_PATH . "install.php";91 if(file_exists($path)) {92 SC_Utils::sfErrorHeader(">> /install.phpはセキュリティーホールとなります。削除してください。");93 87 } 94 88 }
Note: See TracChangeset
for help on using the changeset viewer.
