X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/97c4ac59eed8b66b2e7f85d8ac325b063fb8a0ce..8aa0b9bda25f570e591e554bdbece99d5f6458c8:/www/display.php diff --git a/www/display.php b/www/display.php index 2376d30..fc93b0d 100644 --- a/www/display.php +++ b/www/display.php @@ -3,10 +3,8 @@ namespace phorkie; /** * Display paste contents */ +$secureAtLevel = '0'; require_once 'www-header.php'; -if ($GLOBALS['phorkie']['auth']['secure'] == 2) { - require_once 'secure.php'; -} $repo = new Repository(); $repo->loadFromRequest();