Prefix DEBUG_FILE with __DIR__
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
define('DEBUG', false);
|
||||
|
||||
// Debug file path
|
||||
define('DEBUG_FILE', 'data/debug.log');
|
||||
define('DEBUG_FILE', __DIR__.'/data/debug.log');
|
||||
|
||||
// Folder for uploaded files, don't forget the trailing slash
|
||||
define('FILES_DIR', 'data/files/');
|
||||
|
||||
Reference in New Issue
Block a user