Descriptive comment about ZIP uploads
This commit is contained in:
parent
6f801deaf4
commit
fd36e447f2
|
@ -62,6 +62,10 @@
|
||||||
define('MAX_WIDTH', 10000, true);
|
define('MAX_WIDTH', 10000, true);
|
||||||
define('MAX_HEIGHT', MAX_WIDTH, true);
|
define('MAX_HEIGHT', MAX_WIDTH, true);
|
||||||
|
|
||||||
|
/* When you upload a ZIP as a file, all the images inside the archive
|
||||||
|
* get dumped into the thread as replies.
|
||||||
|
* Extremely beta and not recommended yet.
|
||||||
|
*/
|
||||||
define('ALLOW_ZIP', true, true);
|
define('ALLOW_ZIP', true, true);
|
||||||
define('ZIP_IMAGE', 'src/zip.png', true);
|
define('ZIP_IMAGE', 'src/zip.png', true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue