コード例 #1
0
ファイル: exec.initslapd.php プロジェクト: brucewu16899/1.6.x
    exit;
}
if ($argv[1] == "--milter-greylist") {
    milter_greylist();
    exit;
}
if ($argv[1] == "--vde-switch") {
    vde_switch();
    exit;
}
if ($argv[1] == "--vnstat") {
    vnstat();
    exit;
}
if ($argv[1] == "--rdpproxy") {
    rdpproxy();
    exit;
}
if ($argv[1] == "--rdpproxy-authhook") {
    rdpproxy_authhook();
    exit;
}
if ($argv[1] == "--winbind") {
    winbind();
    exit;
}
if ($argv[1] == "--artica-status") {
    artica_status();
    exit;
}
if ($argv[1] == "--process1") {
コード例 #2
0
ファイル: exec.status.php プロジェクト: BillTheBest/1.6.x
 $conf[] = kav4Proxy_status();
 $conf[] = proxy_pac_status();
 $conf[] = squidguardweb();
 $conf[] = ufdbguardd();
 $conf[] = freshclam();
 $conf[] = articadb();
 $conf[] = winbindd();
 $conf[] = squid_db();
 $conf[] = haarp();
 $conf[] = nginx();
 $conf[] = ftp_proxy();
 $conf[] = c_icap_master_status();
 $conf[] = cntlm();
 $conf[] = cntlm_parent();
 $conf[] = rdpproxy_authhook();
 $conf[] = rdpproxy();
 $conf[] = clamd();
 $conf[] = dnsmasq();
 $conf[] = ufdbguardd_client();
 $conf[] = ucarp();
 $conf[] = hotspot_web();
 $conf[] = hotspot_fw();
 $conf[] = squid_nat();
 $conf[] = ziproxy();
 $conf[] = ufdbcat();
 $conf[] = HyperCacheWeb();
 $conf[] = InfluxDB();
 $conf[] = squid_tail();
 $conf[] = iptables_transparent();
 if (is_file($cachefile)) {
     @unlink($cachefile);