N°8632 - block parameter file from request

This commit is contained in:
Eric Espie
2026-02-20 15:15:17 +01:00
parent cc8d834603
commit 8172673063
10 changed files with 62 additions and 69 deletions

View File

@@ -181,7 +181,6 @@ class utils
protected static function LoadParamFile($sParamFile)
{
$sParamFile = self::AbsolutePath($sParamFile);
if (!file_exists($sParamFile)) {
throw new Exception("Could not find the parameter file: '".utils::HtmlEntities($sParamFile)."'");
}