9 lines
166 B
PHP
9 lines
166 B
PHP
<?
|
|
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();
|
|
?>
|