exit; } if (isset($_GET["windows-certificate-table"])) { echo windows_certificate_links(); exit; } if (isset($_GET["certificate-hosts-js"])) { certificate_hosts_js(); exit; } if (isset($_GET["certificate-hosts-popup"])) { certificate_hosts_popup(); exit; } if (isset($_GET["certificate-hosts-list"])) { certificate_hosts_list(); exit; } if (isset($_GET["certificate-hosts-del"])) { certificate_hosts_del(); exit; } if (isset($_GET["certificate-hosts-add"])) { certificate_hosts_add(); exit; } if (isset($_GET["certificate-apply"])) { certificate_apply(); exit; } if (isset($_GET["popup"])) {
if(isset($_GET["TLSCertificateGenerate"])){postfix_tls_certificate_generate();exit;} if(isset($_GET["smtpd_tls_security_level_infos"])){smtpd_tls_security_level_infos();exit;} if(isset($_GET["smtpd_tls_security_level"])){smtpd_tls_security_level();exit;} if(isset($_GET["ActiveTLSMsgbox"])){ActiveTLSMsgbox();exit;} if(isset($_GET["TestTLSMsgbox"])){TestTLSMsgbox();exit;} if(isset($_GET["view_certificate"])){view_certificate_js();exit;} if(isset($_GET["view_certificate_popup"])){view_certificate_popup();exit;} if(isset($_GET["windows-certificate"])){windows_certificate_js();exit;} if(isset($_GET["windows-certificate-popup"])){windows_certificate_popup();exit;} if(isset($_GET["GeneratePostfixCertificate"])){GeneratePostfixCertificate();exit;} if(isset($_GET["windows-certificate-table"])){echo windows_certificate_links();exit;} if(isset($_GET["certificate-hosts-js"])){certificate_hosts_js();exit;} if(isset($_GET["certificate-hosts-popup"])){certificate_hosts_popup();exit;} if(isset($_GET["certificate-hosts-list"])){certificate_hosts_list();exit;} if(isset($_GET["certificate-hosts-del"])){certificate_hosts_del();exit;} if(isset($_GET["certificate-hosts-add"])){certificate_hosts_add();exit;} if(isset($_GET["certificate-apply"])){certificate_apply();exit;} if(isset($_GET["popup"])){popup();exit;} if(isset($_GET["js-certificate"])){js_certificate();exit;} js(); function certificate_apply(){ $sock=new sockets(); $sock->getFrameWork("cmd.php?ChangeSSLCertificate=yes"); }