exit; } if (isset($_POST["WIZ_BUILD_INSTANCE"])) { WIZ_BUILD_INSTANCE(); exit; } if (isset($_GET["wiz2"])) { wizard2(); exit; } if (isset($_GET["wiz3"])) { wizard3(); exit; } if (isset($_GET["wiz4"])) { wizard4(); exit; } if (isset($_GET["progress"])) { progress_build(); exit; } if (isset($_GET["ipv4-interface"])) { wizard2_ipv4(); exit; } if (isset($_GET["ipv6-interface"])) { wizard2_ipv6(); exit; } js();
include_once('ressources/class.ccurl.inc'); include_once('ressources/class.system.network.inc'); include_once('ressources/class.mysql.syslogs.inc'); $user=new usersMenus(); if($user->AsSquidAdministrator==false){ $tpl=new templates(); echo "alert('". $tpl->javascript_parse_text("{ERROR_NO_PRIVS}")."');"; die();exit(); } if(isset($_GET["popup"])){popup();exit;} if(isset($_GET["wizard1"])){wizard1();exit;} if(isset($_GET["wizard2"])){wizard2();exit;} if(isset($_GET["wizard3"])){wizard3();exit;} if(isset($_GET["wizard4"])){wizard4();exit;} if(isset($_GET["wizard5"])){wizard5();exit;} if(isset($_GET["wizard6"])){wizard6();exit;} if(isset($_GET["wizard7"])){wizard7();exit;} if(isset($_GET["wizard8"])){wizard8();exit;} if(isset($_GET["wizard9"])){wizard9();exit;} if(isset($_GET["wizard10"])){wizard10();exit;} if(isset($_GET["wizard11"])){wizard11();exit;} if(isset($_GET["wizard12"])){wizard12();exit;} if(isset($_POST["EnableRemoteStatisticsAppliance"])){Save();exit;} if(isset($_POST["SERVER"])){wizard_save();exit;} if(isset($_POST["SquidDBListenPort"])){wizard_save();exit;} js();