Change default value of DATA_DIR in example file
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
/* Rename this file to config.php if you want to change the values */
|
/* Rename this file to config.php if you want to change the values */
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|
||||||
// Data folder (must be writeable by the web server user)
|
// Data folder (must be writeable by the web server user and absolute)
|
||||||
define('DATA_DIR', 'data');
|
define('DATA_DIR', __DIR__.DIRECTORY_SEPARATOR.'data');
|
||||||
|
|
||||||
// Enable/Disable debug
|
// Enable/Disable debug
|
||||||
define('DEBUG', false);
|
define('DEBUG', false);
|
||||||
|
|||||||
Reference in New Issue
Block a user