require_once를 require로 다시 변경

server_close 시스템 변경 준비
This commit is contained in:
2018-01-14 13:49:50 +09:00
parent 35e92365f2
commit 599160d043
14 changed files with 39 additions and 43 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<?php
require_once __DIR__.'plates/plates.php'
require_once __DIR__.'meekrodb.2.3.class.php'
include(__DIR__.'/plates.php');
include(__DIR__.'/meekrodb.2.3.class.php');
?>