From 1fed12e353bed19a0f7ab1167048ab982a100b58 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 24 Oct 2015 18:04:18 -0400 Subject: Remove trailing slash for FILES_DIR --- doc/config.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/config.markdown b/doc/config.markdown index b711f137..f375b2fc 100644 --- a/doc/config.markdown +++ b/doc/config.markdown @@ -35,11 +35,9 @@ Folder for uploaded files ------------------------- ```php -define('FILES_DIR', 'data/files/'); +define('FILES_DIR', 'data/files'); ``` -Don't forget the trailing slash. - Enable/disable url rewrite -------------------------- -- cgit v1.2.3