From 72913c33d37c9b84b88234d5a15b49c9bf4846a9 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 28 Jan 2015 21:27:33 -0500 Subject: Prefix DEBUG_FILE with __DIR__ --- app/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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'); -- cgit v1.2.3