server action이 없을 경우 에러를 반환하도록 수정

This commit is contained in:
2018-03-19 20:38:47 +09:00
parent ff4addbf28
commit 3bdea57318
+2
View File
@@ -57,6 +57,8 @@ function doServerModeSet($server, $action, &$response){
if(file_exists($serverPath.'/.htaccess')){
@unlink($serverPath.'/.htaccess');
}
} else{
return false;
}
return true;
}