main.php -> index.php

This commit is contained in:
2018-02-03 05:30:12 +09:00
parent 02dce232fd
commit 7336847d04
10 changed files with 293 additions and 306 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ foreach($_serverDirs as $serverDir) {
if(!is_dir($serverPath)){
$state = '상태이상, 01';
}
else if(!file_exists($realServerPath.'/main.php')){
else if(!file_exists($realServerPath.'/index.php')){
$state = '상태이상, 02';
}
else if(file_exists($realServerPath.'/.htaccess')) {