Dieser Commit ist enthalten in:
Ortwin Pinke 2023-06-15 20:44:01 +02:00
Ursprung 70b845ca58
Commit 2e386d7c41
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen

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.");