From f360e1ed1f64b531fb14a9478c5fa70a96e86294 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 21 Jan 2017 22:50:56 -0500 Subject: Change default value of DATA_DIR in example file --- config.default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.default.php b/config.default.php index 09774689..9b55295f 100644 --- a/config.default.php +++ b/config.default.php @@ -4,8 +4,8 @@ /* Rename this file to config.php if you want to change the values */ /*******************************************************************/ -// Data folder (must be writeable by the web server user) -define('DATA_DIR', 'data'); +// Data folder (must be writeable by the web server user and absolute) +define('DATA_DIR', __DIR__.DIRECTORY_SEPARATOR.'data'); // Enable/Disable debug define('DEBUG', false); -- cgit v1.2.3