mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-24 07:20:45 -04:00
Merge remote-tracking branch 'origin/master' into php8
This commit is contained in:
commit
184b8b567d
11 changed files with 122 additions and 46 deletions
|
@ -61,6 +61,7 @@ class ViewTest extends TestCase
|
|||
$page->assign('HTTPWARNING', true);
|
||||
$page->assign('HTTPSLINK', 'https://example.com/');
|
||||
$page->assign('COMPRESSION', 'zlib');
|
||||
$page->assign('CSPHEADER', 'default-src \'none\'');
|
||||
|
||||
$dir = dir(PATH . 'tpl');
|
||||
while (false !== ($file = $dir->read())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue