Ejemplo n.º 1
0
}
//apache-groupware
if (isset($_GET["reload-apache-groupware"])) {
    ReloadApacheGroupWare();
    exit;
}
if (isset($_GET["build-vhosts"])) {
    BuildVhosts();
    exit;
}
if (isset($_GET["vhost-delete"])) {
    DeleteVHosts();
    exit;
}
if (isset($_GET["replicate-performances-config"])) {
    ReplicatePerformancesConfig();
    exit;
}
if (isset($_GET["reload-dansguardian"])) {
    reload_dansguardian();
    exit;
}
if (isset($_GET["dansguardian-template"])) {
    dansguardian_template();
    exit;
}
if (isset($_GET["searchww-cat"])) {
    dansguardian_search_categories();
    exit;
}
if (isset($_GET["export-community-categories"])) {
Ejemplo n.º 2
0

if(isset($_GET["view-file-logs"])){ViewArticaLogs();exit;}
if(isset($_GET["ExecuteImportationFrom"])){ExecuteImportationFrom();exit;}
if(isset($_GET["squid-reconfigure"])){RestartSquid();exit;}
if(isset($_GET["mempy"])){mempy();exit;}
if(isset($_GET["EnableEmergingThreats"])){EnableEmergingThreats();exit;}
if(isset($_GET["EnableEmergingThreatsBuild"])){EnableEmergingThreatsBuild();exit;}

//apache-groupware
if(isset($_GET["reload-apache-groupware"])){ReloadApacheGroupWare();exit;}
if(isset($_GET["build-vhosts"])){BuildVhosts();exit;}
if(isset($_GET["vhost-delete"])){DeleteVHosts();exit;}
if(isset($_GET["install-joomla"])){JOOMLA_INSTALL();exit;}

if(isset($_GET["replicate-performances-config"])){ReplicatePerformancesConfig();exit;}
if(isset($_GET["reload-dansguardian"])){reload_dansguardian();exit;}
if(isset($_GET["reload-ufdbguard"])){reload_ufdbguard();exit;}
if(isset($_GET["ufdbguard-recompile-missing-dbs"])){ufdbguard_compile_missing_dbs();exit;}
if(isset($_GET["ufdbguard-recompile-dbs"])){ufdbguard_compile_all_dbs();exit;}
if(isset($_GET["ufdbguard-compile-schedule"])){ufdbguard_compile_schedule();exit;}




if(isset($_GET["ufdbguard-compilator-events"])){ufdbguard_compilator_events();exit;}



if(isset($_GET["dansguardian-template"])){dansguardian_template();exit;}
if(isset($_GET["dansguardian-get-template"])){dansguardian_get_template();exit;}