exit; } if (isset($_GET["login"])) { login(); exit; } if (isset($_GET["register"])) { inscription(); exit; } if (isset($_GET["register-perform"])) { register_perform(); exit; } if (isset($_GET["join"])) { join_perform(); exit; } if (isset($_GET["unjoin"])) { unjoin_perform(); exit; } if (isset($_GET["ArticaMetaRemoveIndex"])) { ArticaMetaRemoveIndexSave(); exit; } if (isset($_GET["params"])) { params(); exit; } if (isset($_GET["ArticaMetaHostname"])) {
if(isset($_GET["test-nettestjoin"])){test_testjoin();exit;} if(isset($_GET["test-netadsinfo"])){test_netadsinfo();exit;} if(isset($_GET["test-netrpcinfo"])){test_netrpcinfo();exit;} if(isset($_GET["test-wbinfoalldom"])){test_wbinfoalldom();exit;} if(isset($_GET["test-wbinfomoinst"])){test_wbinfomoinst();exit;} if(isset($_GET["test-wbinfomoinsa"])){test_wbinfomoinsa();exit;} if(isset($_GET["test-auth"])){test_auth();exit;} if(isset($_POST["SaveSambaBindInterface"])){SaveSambaBindInterface();exit;} if(isset($_POST["TESTAUTHUSER"])){test_auth_perform();exit;} if(isset($_POST["LDAP_SUFFIX"])){ldap_params_save();exit;} if(isset($_GET["test-popup-js"])){test_popup_js();exit;} if(isset($_GET["intro"])){intro();exit;} if(isset($_GET["join-js"])){join_js();exit;} if(isset($_GET["join-popup"])){join_popup();exit;} if(isset($_GET["join-perform"])){join_perform();exit;} if(isset($_GET["diconnect-js"])){diconnect_js();exit;} if(isset($_GET["disconnect-popup"])){diconnect_popup();exit;} if(isset($_GET["disconnect-perform"])){diconnect_perform();exit;} if(isset($_GET["cntlm"])){cntlm();exit;} js(); function join_js(){ header("content-type: application/x-javascript"); $page=CurrentPageName(); $tpl=new templates(); $title=$tpl->_ENGINE_parse_body("{restart_connection}"); echo "YahooWin6('905','$page?join-popup=yes','$title')";