forked from devsam/core
10 lines
197 B
PHP
10 lines
197 B
PHP
<?php
|
|
if(!defined('ROOT')){
|
|
define('ROOT', '..');
|
|
}
|
|
require_once(ROOT.'/f_config/config.php');
|
|
require_once(ROOT.W.F_CONFIG.W.APP.PHP);
|
|
require_once(ROOT.W.F_FUNC.W.FUNC.PHP);
|
|
|
|
CustomHeader();
|