View file install/index.php

File size: 525B
<?
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/core/text.conf.php';

include_once '../sys/core/files.conf.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';



?>