서버 운영자 페이지 수정

This commit is contained in:
2018-03-19 00:31:04 +09:00
parent 1c4709ea65
commit efa6cc2889
9 changed files with 167 additions and 112 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
if(!defined('ROOT')){
define('ROOT', '../..');
}
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.'/f_config/app.php');
require_once(ROOT.'/f_func/func.php');
CustomHeader();