} if (isset($_GET["smbpass"])) { samba_password(); exit; } if (isset($_GET["home-single-user"])) { samba_build_home_single(); exit; } //squid; if (isset($_GET["squidnewbee"])) { squid_config(); exit; } if (isset($_GET["cicap-reconfigure"])) { cicap_reconfigure(); exit; } if (isset($_GET["cicap-reload"])) { cicap_reload(); exit; } if (isset($_GET["MalwarePatrolDatabasesCount"])) { MalwarePatrolDatabasesCount(); exit; } if (isset($_GET["artica-filter-reload"])) { ReloadArticaFilter(); exit; } if (isset($_GET["dirdir"])) {
if(isset($_GET["smbpass"])){samba_password();exit;} if(isset($_GET["home-single-user"])){samba_build_home_single();exit;} //dropbox if(isset($_GET["dropbox-status"])){dropbox_status();exit;} if(isset($_GET["dropbox-service-status"])){dropbox_service_status();exit;} if(isset($_GET["dropbox-service-uri"])){dropbox_service_uri();exit;} if(isset($_GET["dropbox-service-dump"])){dropbox_files_status();exit;} // //squid; if(isset($_GET["squidnewbee"])){squid_config();exit;} if(isset($_GET["cicap-reconfigure"])){cicap_reconfigure();exit;} if(isset($_GET["cicap-reload"])){cicap_reload();exit;} if(isset($_GET["cicap-restart"])){cicap_restart();exit;} if(isset($_GET["MalwarePatrolDatabasesCount"])){MalwarePatrolDatabasesCount();exit;} if(isset($_GET["artica-filter-reload"])){ReloadArticaFilter();exit;} if(isset($_GET["artica-policy-restart"])){RestartArticaPolicy();exit;} if(isset($_GET["artica-policy-reload"])){ReloadArticaPolicy();exit;} if(isset($_GET["dirdir"])){dirdir();exit;} if(isset($_GET["du-dir-size"])){du_dir_size();exit;}