mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Server/Default.aspx.cs:
* DiscImageChef.Server/Controllers/UploadStatsController.cs: * DiscImageChef.Server/ViewReport.aspx.cs: Show requested information before adapted for filesystem.
This commit is contained in:
@@ -212,6 +212,8 @@ namespace DiscImageChef.Server
|
||||
HttpUtility.UrlPathEncode(device.Model));
|
||||
}
|
||||
|
||||
xmlFile = xmlFile.Replace('/', '_').Replace('\\', '_').Replace('?', '_');
|
||||
|
||||
if(!File.Exists(Path.Combine(System.Web.Hosting.HostingEnvironment.MapPath("~"), "Reports", xmlFile)))
|
||||
{
|
||||
url = null;
|
||||
|
||||
Reference in New Issue
Block a user