font-size:13;을 font-size:13px;로 변경

allButton.php를 template로 이동.
This commit is contained in:
2018-01-29 22:54:40 +09:00
parent a1cb2da6c1
commit ae0c2de758
59 changed files with 791 additions and 414 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ function doServerModeSet($server, $select, &$response){
$realServerPath = realpath(dirname(__FILE__)).W.$serverPath;
if($select == 0) { //폐쇄
$templates = new Plates('templates');
$templates = new League\Plates\Engine('templates');
//TODO: .htaccess가 서버 오픈에도 사용될 수 있으니 별도의 방법이 필요함