<?php require_once('../../includes/auth.php'); include_once( 'buildconf.inc.php' ); if (CLIENT::singleton()->getTimeout() == 0) { $confCenter = ConfCenter::singleton();//will set timeout } echo GUI::header(); echo GUI::top_menu(); $check = new BuildCheck(); switch($check->GetNextStep()) { case "1": include("buildStep1.php"); break; case "2": include("buildStep2.php"); break; case "3": include("buildStep3.php"); break; case "4": include("buildStep4.php"); break; case "0": default: // illegal echo "ERROR"; } echo GUI::footer();
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
buildPHP.php | File | 567 B | 0644 |
|
buildProgress.php | File | 367 B | 0644 |
|
buildStep1.php | File | 1.45 KB | 0644 |
|
buildStep2.php | File | 9.35 KB | 0644 |
|
buildStep3.php | File | 3.46 KB | 0644 |
|
buildStep4.php | File | 4.22 KB | 0644 |
|
build_common.template | File | 565 B | 0644 |
|
build_install.template | File | 4 KB | 0644 |
|
build_install_ext.template | File | 1.72 KB | 0644 |
|
build_manual_run.template | File | 1.05 KB | 0644 |
|
build_prepare.template | File | 5.29 KB | 0644 |
|
build_prepare_ext.template | File | 2.6 KB | 0644 |
|
buildconf.inc.php | File | 1.96 KB | 0644 |
|
buildfunc.inc.php | File | 26.81 KB | 0644 |
|