forked from devsam/core
10 lines
195 B
PHP
10 lines
195 B
PHP
<?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();
|