-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
103 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<?php | ||
if (file_exists(H.'sys/conf/settings.php')) | ||
{ | ||
echo '必须删除<b>sys/conf/settings.php</b>文件才能继续安装'; | ||
exit; | ||
if (file_exists(H.'sys/dat/settings.php')) { | ||
echo '必须删除<b>sys/dat/settings.php</b>文件才能继续安装'; | ||
exit; | ||
} | ||
if (!($set=@parse_ini_file(H.'sys/dat/default.ini',false))) | ||
{ | ||
echo '找不到必须的前置配置文件(sys/dat/default.ini)'; | ||
exit; | ||
if (!($set=@parse_ini_file(H.'sys/dat/default.ini',false))) { | ||
echo '找不到必须的前置配置文件(sys/dat/default.ini)'; | ||
exit; | ||
} | ||
$tmp_set=$set; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.