mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
parent
533857e6c2
commit
2d108f2015
@ -221,7 +221,7 @@ namespace XenAdmin.ServerDBs
|
||||
break;
|
||||
default:
|
||||
//Support for export
|
||||
if (param[1].StartsWith("session_id="))
|
||||
if (param[0].StartsWith("/%3Fsession_id="))
|
||||
{
|
||||
HttpResponse = GetVMExportResponse();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user