increased the default max resizes value

This commit is contained in:
Christian Haschek
2015-10-29 20:48:59 +01:00
parent 2657cccec8
commit 54dd8a439f

View File

@@ -5,7 +5,7 @@ session_start();
define('LOG_UPLOADER', true);
//how many resizes may one image have?
define('MAX_RESIZED_IMAGES',10);
define('MAX_RESIZED_IMAGES',50);
//don't change stuff beyond this point
define('DOMAINPATH',(isset($_SERVER['HTTPS'])?'https':'http').'://'.$_SERVER['HTTP_HOST'].'/');