exit; } if (isset($_GET["mount-mounted"])) { mount_mounted(); exit; } if (isset($_GET["automount-js"])) { automount_js(); exit; } if (isset($_GET["automount-popup"])) { automount_popup(); exit; } if (isset($_GET["automount-add"])) { automount_add(); exit; } if (isset($_GET["automount-del"])) { automount_del(); exit; } if (isset($_GET["automount-table"])) { automount_list(); exit; } if (isset($_GET["automount-list"])) { automount_table_list(); exit; } main_page();
if(isset($_GET["change-label-popup"])){change_label_popup();exit;} if(isset($_GET["change-label-perform"])){change_label_perform();exit;} //umount=yes&uuid=$UUID if(isset($_GET["umount"])){umount_js();exit;} if(isset($_GET["umount-index-popup"])){umount_popup();exit;} if(isset($_GET["umount-mounted"])){umount_mounted();exit;} //mount=yes&uuid=$UUID&mounted=$path&type=$TYPE if(isset($_GET["mount"])){mount_js();exit;} if(isset($_GET["mount-index-popup"])){mount_popup();exit;} if(isset($_GET["mount-mounted"])){mount_mounted();exit;} if(isset($_GET["automount-js"])){automount_js();exit;} if(isset($_GET["automount-popup"])){automount_popup();exit;} if(isset($_GET["automount-add"])){automount_add();exit;} if(isset($_GET["automount-del"])){automount_del();exit;} if(isset($_GET["automount-table"])){automount_list();exit;} if(isset($_GET["automount-list"])){automount_table_list();exit;} main_page(); function change_label_js(){ $page=CurrentPageName(); $tpl=new templates(); $title=$tpl->_ENGINE_parse_body('{change_label}');