server action이 없을 경우 에러를 반환하도록 수정
This commit is contained in:
@@ -57,6 +57,8 @@ function doServerModeSet($server, $action, &$response){
|
|||||||
if(file_exists($serverPath.'/.htaccess')){
|
if(file_exists($serverPath.'/.htaccess')){
|
||||||
@unlink($serverPath.'/.htaccess');
|
@unlink($serverPath.'/.htaccess');
|
||||||
}
|
}
|
||||||
|
} else{
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user