diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-22 13:15:14 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-22 13:15:14 +0300 |
| commit | 74f1c04022328280b996dde0b7089e13d96acf70 (patch) | |
| tree | 5488a13587f6a86aa631ecbbb370efb143a9610f /public/app/config/app_constants.php | |
| parent | a647a6180e6f2b0a3c3aaddc40bc2dcf5f396429 (diff) | |
| download | classroom-74f1c04022328280b996dde0b7089e13d96acf70.tar.gz classroom-74f1c04022328280b996dde0b7089e13d96acf70.tar.bz2 classroom-74f1c04022328280b996dde0b7089e13d96acf70.zip | |
edit lesson: media handling
Diffstat (limited to 'public/app/config/app_constants.php')
| -rw-r--r-- | public/app/config/app_constants.php | 3 |
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 //////////////////////////////////////////////////////////// // ----------------------------------------------------------------------------- |
