Increase develop-branch to PHP8 #47

Zusammengeführt
Oldperl hat 110 Commits von dev_php82 nach develop 2023-10-16 16:09:02 +00:00 zusammengeführt
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
Nur Änderungen aus Commit 2e386d7c41 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -97,6 +97,7 @@ global $cfg;
$cfg['path']['frontend'] = CON_FRONTEND_PATH;
$cfg['path']['conlite'] = $cfg['path']['frontend'] . '/conlite/';
$cfg['path']['conlite_config'] = CON_FRONTEND_PATH . '/data/config/' . CL_ENVIRONMENT . '/';
$cfg['path']['conlite_logs'] = CON_FRONTEND_PATH . '/data/logs/';
if(!is_dir($cfg['path']['conlite_config'])) {
die("Setup cannot find the config folder \"".$cfg['path']['conlite_config']."\"! Make shure folder exists and is readable.");