File size: 565B
<?
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/shif.php';
//include_once '../sys/fnc/output_text.php';
include_once '../sys/fnc/strlen2.php';
include_once '../sys/fnc/size_file.php';
include_once 'inc/functions.php';
include_once 'inc/settings.php';
include_once '../sys/inc/ipua.php';
$install=true;
if (!isset($_SESSION['install_step']))$_SESSION['install_step']=0;
include 'inc/step_'.$_SESSION['install_step'].'.php';
?>