Rename work 🏗

This commit is contained in:
jokob-sk
2024-04-12 19:44:29 +10:00
parent b003df323d
commit 5cb7553ed5
151 changed files with 2070 additions and 1735 deletions

View File

@@ -5,9 +5,9 @@
// ###################################
$configFolderPath = dirname(__FILE__)."/../../../config/";
$config_file = "pialert.conf";
$config_file = "app.conf";
$logFolderPath = dirname(__FILE__)."/../../log/";
$log_file = "pialert_front.log";
$log_file = "app_front.log";
$fullConfPath = $configFolderPath.$config_file;