From 2e386d7c41954bdf58cfb7a58f536a59c3e55e2c Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Thu, 15 Jun 2023 20:44:01 +0200 Subject: [PATCH] add log path --- setup/lib/startup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/lib/startup.php b/setup/lib/startup.php index c740891..177344f 100644 --- a/setup/lib/startup.php +++ b/setup/lib/startup.php @@ -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.");