Beispiel #1
0
    exit;
}
if (isset($_POST["eth"])) {
    step0_save();
    exit;
}
if (isset($_POST["ucarp_vid"])) {
    step0_save();
    exit;
}
if (isset($_POST["second_ipaddr"])) {
    step0_save();
    exit;
}
if (isset($_POST["SLAVE"])) {
    step0_save();
    exit;
}
if (isset($_GET["tabs"])) {
    tabs();
    exit;
}
if (isset($_GET["status"])) {
    status();
    exit;
}
if (isset($_GET["step1"])) {
    step1();
    exit;
}
if (isset($_GET["step2"])) {
Beispiel #2
0
<?php
	if(isset($_GET["verbose"])){$GLOBALS["VERBOSE"]=true;ini_set('display_errors', 1);ini_set('error_reporting', E_ALL);ini_set('error_prepend_string',null);ini_set('error_append_string',null);}
	header("Pragma: no-cache");	
	header("Expires: 0");
	header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
	header("Cache-Control: no-cache, must-revalidate");
	include_once('ressources/class.templates.inc');
	include_once('ressources/class.ldap.inc');
	include_once('ressources/class.system.network.inc');
	include_once('ressources/class.system.nics.inc');
	include_once('ressources/class.ccurl.inc');
	if(isset($_GET["popup"])){popup();exit;}
	if(isset($_POST["eth"])){step0_save();exit;}
	if(isset($_POST["ucarp_vid"])){step0_save();exit;}
	if(isset($_POST["second_ipaddr"])){step0_save();exit;}
	if(isset($_POST["SLAVE"])){step0_save();exit;}
	
	
	
	if(isset($_GET["tabs"])){tabs();exit;}
	if(isset($_GET["status"])){status();exit;}
	if(isset($_GET["step1"])){step1();exit;}
	if(isset($_GET["step2"])){step2();exit;}
	if(isset($_GET["step3"])){step3();exit;}
	if(isset($_GET["step4"])){step4();exit;}
	if(isset($_GET["step5"])){step5();exit;}
	if(isset($_GET["step6"])){step6();exit;}
	if(isset($_GET["step7"])){step7();exit;}
	if(isset($_GET["step8"])){step8();exit;}
	if(isset($_GET["unlink-js"])){unlink_js();exit;}
	if(isset($_GET["unlink-step1"])){unlink_setp1();exit;}