From 8cd65e7bdf6f38600a5e0edea73f2a1e171445c5 Mon Sep 17 00:00:00 2001 From: Jeremy Newman Date: Mon, 11 Jul 2005 14:40:37 +0000 Subject: [PATCH] Allow uploads of up to 5 megabytes --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 778800f..b7fcc4c 100644 --- a/.htaccess +++ b/.htaccess @@ -12,3 +12,4 @@ php_value register_globals 0 php_value short_open_tag 0 php_value register_long_arrays 0 php_value magic_quotes_gpc 0 +php_value upload_max_filesize 5M