Ejemplo n.º 1
0
}
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"])) {
Ejemplo n.º 2
0
	if(isset($_GET["popup"])){popup();exit;}
	if(isset($_GET["format-index"])){format_js();exit;}
	if(isset($_GET["format-index-popup"])){format_popup();exit;}
	if(isset($_GET["format_type"])){format_operation();exit;}
	if(isset($_GET["change-label-js"])){change_label_js();exit;}
	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();