Releases Tags
-
V1.1.0
released this 1 year ago | 0 commits to master since this release
- Support for pasting files to upload
- Fixes a bug where the hash isn't inserted into the DB
- Option to enable anti-dupe
- Option to enable IP logging
- Invalid Nginx config fixed
- Minor fixes to the installation instructions, some commands were wrong
Can be patched to existing installation. (this is now outdated, pull the newest version instead)
Replace upload.php with this version:
d9744300eb/static/php/upload.php
Replace uguu.min.js with this version:
2c0038f491/uguu.min.js
And adding these values to settings.inc.php:
/** Log IP of uploads */ define('LOG_IP', 'false'); /** Dont upload a file already in the DB */ define('ANTI_DUPE', 'false');
Downloads