From 3f6433096ba4182782463ad7a0d9824bedfc17f0 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 12 Oct 2008 11:40:08 +0000 Subject: Fixed parser to only recognize files when using numbers. --- forum/htdocs/config.php.defaults | 1 + 1 file changed, 1 insertion(+) (limited to 'forum/htdocs') 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 ?> -- cgit v1.2.3