summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants.php b/app/constants.php
index 9245d023..064e0211 100644
--- a/app/constants.php
+++ b/app/constants.php
@@ -2,7 +2,7 @@
// Enable/disable debug
defined('DEBUG') or define('DEBUG', false);
-defined('DEBUG_FILE') or define('DEBUG_FILE', 'data/debug.log');
+defined('DEBUG_FILE') or define('DEBUG_FILE', __DIR__.'/../data/debug.log');
// Application version
defined('APP_VERSION') or define('APP_VERSION', 'master');