コード例 #1
0
ファイル: usb.index.php プロジェクト: BillTheBest/1.6.x
}
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;
}
コード例 #2
0
ファイル: usb.index.php プロジェクト: brucewu16899/1.6.x
	if(isset($_GET["js"])){js();exit;}
	if(isset($_GET["usb_infos"])){main_usb_infos();exit;}
	if(isset($_GET["main"])){main_switch();exit;}
	if(isset($_GET["script"])){main_switch_scripts();exit;}
	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;}