exit;
}
if (isset($_GET["requeteur-js"])) {
    requeteur_js();
    exit;
}
if (isset($_GET["remove-cache-js"])) {
    remove_cache_js();
    exit;
}
if (isset($_GET["remove-cache"])) {
    remove_cache_button();
    exit;
}
if (isset($_POST["remove-cache"])) {
    remove_cache();
    exit;
}
if (isset($_GET["query-js"])) {
    build_query_js();
    exit;
}
if (isset($_GET["graph0"])) {
    graph0();
    exit;
}
if (isset($_GET["graph1"])) {
    graph1();
    exit;
}
if (isset($_GET["table1"])) {
Example #2
0
}
if ($argv[1] == "--change-value") {
    change_value($argv[2], $argv[3]);
    die;
}
if ($argv[1] == "--smooth-build") {
    $GLOBALS["FORCE"] = true;
    build_smoothly();
    die;
}
if ($argv[1] == "--reconfigure-squid") {
    Reload_Squid();
    die;
}
if ($argv[1] == "--remove-cache") {
    remove_cache($argv[2]);
    die;
}
if ($argv[1] == "--rotate") {
    rotate_logs();
    die;
}
if ($argv[1] == "--replicate") {
    remote_appliance_restore_tables();
    die;
}
if ($argv[1] == "--banddebug") {
    bandwithdebug();
    die;
}
if ($argv[1] == "--acls") {