파일 위치를 twe에서 hwe로 옮김.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
if(!defined('ROOT')){
|
||||
define('ROOT', '../..');
|
||||
}
|
||||
require_once(ROOT.'/f_config/config.php');
|
||||
|
||||
|
||||
CustomHeader();
|
||||
Reference in New Issue
Block a user