mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
Moved "zip.png" file in code to new "static" directory
This commit is contained in:
parent
72ff911058
commit
fb576d7966
@ -89,7 +89,7 @@
|
|||||||
* Extremely beta and not recommended yet.
|
* Extremely beta and not recommended yet.
|
||||||
*/
|
*/
|
||||||
define('ALLOW_ZIP', false, true);
|
define('ALLOW_ZIP', false, true);
|
||||||
define('ZIP_IMAGE', 'src/zip.png', true);
|
define('ZIP_IMAGE', 'static/zip.png', true);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Redraw the image using GD functions to strip any excess data (commonly ZIP archives)
|
Redraw the image using GD functions to strip any excess data (commonly ZIP archives)
|
||||||
|
Loading…
Reference in New Issue
Block a user