removing untranslated string for non-human entities, moving insecure notice to template, so it can remains translated

This commit is contained in:
El RIDO
2019-09-19 19:14:48 +02:00
parent 70c38db81d
commit 7c61f59dcd
22 changed files with 33 additions and 30 deletions

View File

@@ -56,6 +56,7 @@ class ViewTest extends PHPUnit_Framework_TestCase
$page->assign('URLSHORTENER', '');
$page->assign('QRCODE', true);
$page->assign('HTTPWARNING', true);
$page->assign('HTTPSLINK', 'https://example.com/');
$page->assign('COMPRESSION', 'zlib');
$dir = dir(PATH . 'tpl');