summaryrefslogtreecommitdiff
path: root/forum/htdocs
diff options
context:
space:
mode:
authordeva <deva>2008-10-12 11:40:08 +0000
committerdeva <deva>2008-10-12 11:40:08 +0000
commit3f6433096ba4182782463ad7a0d9824bedfc17f0 (patch)
tree0432e69b8f53e45833ff00e783be889670ef7583 /forum/htdocs
parent0b71a1a78732a52f6c074c02cd69d4dd90024ce2 (diff)
Fixed parser to only recognize files when using numbers.
Diffstat (limited to 'forum/htdocs')
-rw-r--r--forum/htdocs/config.php.defaults1
1 files changed, 1 insertions, 0 deletions
diff --git a/forum/htdocs/config.php.defaults b/forum/htdocs/config.php.defaults
index 512758f..51f7f4e 100644
--- a/forum/htdocs/config.php.defaults
+++ b/forum/htdocs/config.php.defaults
@@ -6,4 +6,5 @@ $ADMIN_TIMEOUT = 100000;
$PERMSTORE = $DATA_DIR . "/files";
$IMAGECACHE = $DATA_DIR . "/imagecache";
$LOG_FILE = $DATA_DIR . "/forum.log";
+$FILE_MAX_SIZE = 5*1024*1024; // 5kb
?>