summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/common.php b/app/common.php
index fe5a7e69..91e24c65 100644
--- a/app/common.php
+++ b/app/common.php
@@ -16,6 +16,8 @@ if (getenv('DATABASE_URL')) {
if (file_exists('config.php')) {
require 'config.php';
+} elseif (file_exists('data'.DIRECTORY_SEPARATOR.'config.php')) {
+ require 'data'.DIRECTORY_SEPARATOR.'config.php';
}
require __DIR__.'/constants.php';