fix path for http check config

Dieser Commit ist enthalten in:
Ortwin Pinke 2023-07-27 16:09:35 +02:00
Ursprung 68bcdc4c1d
Commit 9d934b81f9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -148,7 +148,7 @@ include_once(dirname(__DIR__, 2) . DIRECTORY_SEPARATOR . 'vendor/autoload.php');
// 2. security check: Check HTTP parameters, if requested
if ($cfg['http_params_check']['enabled'] === true) {
$oHttpInputValidator =
new HttpInputValidator($cfg['path']['conlite'] . $cfg['path']['includes'] . '/config.http_check.php');
new HttpInputValidator($cfg['path']['config'] . CL_ENVIRONMENT . DIRECTORY_SEPARATOR . 'config.http_check.php');
}
/* Generate arrays for available login languages