summaryrefslogtreecommitdiff
path: root/public/app/config
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/config')
-rw-r--r--public/app/config/app_constants.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/app/config/app_constants.php b/public/app/config/app_constants.php
index 0d04dc2..529d04a 100644
--- a/public/app/config/app_constants.php
+++ b/public/app/config/app_constants.php
@@ -4,7 +4,7 @@
// Default Values (user-privileges and user-roles)
-// read ini file id exist
+// read ini file if exist
// --- -- -- - - -
if (file_exists("../core/auth/.env")) {
$env = parse_ini_file("../core/auth/.env");
@@ -12,6 +12,7 @@ if (file_exists("../core/auth/.env")) {
+
// CENTRAL DEFAULTS ////////////////////////////////////////////////////////////
// -----------------------------------------------------------------------------