From 0a8c111ca9a44e26cfa99de21fa8426a33326a47 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 18 Nov 2015 20:43:25 -0500 Subject: Fix wrong value for PLUGINS_DIR in config.default.php --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index a790e1ea..91bb8d17 100644 --- a/config.default.php +++ b/config.default.php @@ -11,7 +11,7 @@ define('DEBUG', false); define('DEBUG_FILE', __DIR__.DIRECTORY_SEPARATOR.'data'.DIRECTORY_SEPARATOR.'debug.log'); // Plugins directory -define('PLUGINS_DIR', 'data'.DIRECTORY_SEPARATOR.'plugins'); +define('PLUGINS_DIR', 'plugins'); // Folder for uploaded files define('FILES_DIR', 'data'.DIRECTORY_SEPARATOR.'files'); -- cgit v1.2.3