mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-13 11:46:20 +00:00
increased the default max resizes value
This commit is contained in:
@@ -5,7 +5,7 @@ session_start();
|
|||||||
define('LOG_UPLOADER', true);
|
define('LOG_UPLOADER', true);
|
||||||
|
|
||||||
//how many resizes may one image have?
|
//how many resizes may one image have?
|
||||||
define('MAX_RESIZED_IMAGES',10);
|
define('MAX_RESIZED_IMAGES',50);
|
||||||
|
|
||||||
//don't change stuff beyond this point
|
//don't change stuff beyond this point
|
||||||
define('DOMAINPATH',(isset($_SERVER['HTTPS'])?'https':'http').'://'.$_SERVER['HTTP_HOST'].'/');
|
define('DOMAINPATH',(isset($_SERVER['HTTPS'])?'https':'http').'://'.$_SERVER['HTTP_HOST'].'/');
|
||||||
|
|||||||
Reference in New Issue
Block a user