zapWidth and zapHeight are now in conf.php (#21)
This commit is contained in:
parent
9196bf07a7
commit
e96b8e5563
4 changed files with 9 additions and 14 deletions
|
|
@ -6,6 +6,9 @@
|
|||
define('MAX_WORDS', 4);
|
||||
define('MAX_ZAPS', 9);
|
||||
|
||||
define('ZAP_DEFAULT_WIDTH', 1067);
|
||||
define('ZAP_DEFAULT_HEIGHT', 600);
|
||||
|
||||
define('ZAP_CURL_TIMEOUT', 12);
|
||||
define('ZAP_IMG_TYPE', 'jpg');
|
||||
define('ZAP_CANVAS_NAME', 'collage');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue