Merge pull request #1545 from PrivateBin/fixes

Fixes for zlib caching & handling undefined globals
This commit is contained in:
El RIDO 2025-06-27 16:49:00 +02:00 committed by GitHub
commit 964b4da50a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 30 additions and 10 deletions

View file

@ -38,7 +38,7 @@ if ($ZEROBINCOMPATIBILITY) :
<?php
endif;
?>
<?php $this->_scriptTag('js/zlib-1.3.1.js', 'defer'); ?>
<?php $this->_scriptTag('js/zlib-1.3.1-1.js', 'defer'); ?>
<?php $this->_scriptTag('js/base-x-4.0.0.js', 'defer'); ?>
<?php $this->_scriptTag('js/rawinflate-0.3.js', 'defer'); ?>
<?php $this->_scriptTag('js/bootstrap-5.3.3.js', 'async'); ?>