Fixed issue 178, improved reading of extra text files.

dev
Loic d'Anterroches 2009-04-07 10:41:13 +02:00
parent 1d527b5866
commit 08bc58848f
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ $cfg['db_database'] = 'website'; # put absolute path to the db if you
# are using SQLite. # are using SQLite.
# #
# The extension of the downloads are limited. You can add extra # The extension of the downloads are limited. You can add extra
# extensions here. # extensions here. The list must start with a space.
# $cfg['idf_extra_upload_ext'] = ' ext1 ext2'; # $cfg['idf_extra_upload_ext'] = ' ext1 ext2';
# #
# By default, the size of the downloads is limited to 2MB. # By default, the size of the downloads is limited to 2MB.