From e4cb574018a4fc3aab0db89427856b05d9cd4cae Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Feb 2011 21:13:32 +1100 Subject: [PATCH] Made default max image size 10000x10000 --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 2c1ad703..cb9220fe 100644 --- a/inc/config.php +++ b/inc/config.php @@ -135,7 +135,7 @@ // Maximum image upload size in bytes $config['max_filesize'] = 10*1024*1024; // 10MB // Maximum image dimensions - $config['max_width'] = 1000; + $config['max_width'] = 10000; $config['max_height'] = $config['max_width']; // 1:1 /**