View file sys/inc/core.php

File size: 607B
<?
include_once($_SERVER['DOCUMENT_ROOT'] . '/sys/inc/home.php');

define(SYS_INC, H . 'sys/inc/');
define(HEAD, SYS_INC . 'thead.php');
define(FOOT, SYS_INC . 'tfoot.php');

include_once(SYS_INC . 'start.php');

if (!isset($inc_enable_compress) || $inc_enable_compress == true)
	include_once(SYS_INC . 'compress.php');

include_once(SYS_INC . 'sess.php');
include_once(SYS_INC . 'settings.php');
include_once(SYS_INC . 'db_connect.php');
include_once(SYS_INC . 'ipua.php');
include_once(SYS_INC . 'fnc.php');
if (!isset($inc_enable_user) || $inc_enable_user == true)
	include_once(SYS_INC . 'user.php');
?>