From 08bc58848fc371417b0f6014a06d1f799514b853 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Tue, 7 Apr 2009 10:41:13 +0200 Subject: [PATCH] Fixed issue 178, improved reading of extra text files. --- src/IDF/conf/idf.php-dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IDF/conf/idf.php-dist b/src/IDF/conf/idf.php-dist index 416fdd8..24c7edf 100644 --- a/src/IDF/conf/idf.php-dist +++ b/src/IDF/conf/idf.php-dist @@ -161,8 +161,8 @@ $cfg['db_database'] = 'website'; # put absolute path to the db if you # are using SQLite. # # The extension of the downloads are limited. You can add extra -# extensions here. -# $cfg['idf_extra_upload_ext'] = 'ext1 ext2'; +# extensions here. The list must start with a space. +# $cfg['idf_extra_upload_ext'] = ' ext1 ext2'; # # By default, the size of the downloads is limited to 2MB. # $cfg['max_upload_size'] = 2097152; // Size in bytes