moved Packages folder to secure location

This commit is contained in:
Shaun Walker
2021-05-27 21:39:43 -04:00
parent a144a5c432
commit 4108c07862
14 changed files with 25 additions and 13 deletions

View File

@ -499,7 +499,7 @@ namespace Oqtane.Controllers
private string GetFolderPath(string folder)
{
return Utilities.PathCombine(_environment.WebRootPath, folder);
return Utilities.PathCombine(_environment.ContentRootPath, folder);
}
private void CreateDirectory(string folderpath)