X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/92d6cf1f537c2126baf324cbdadbef1067e156b6..7bfe10119a31215f131c64fa57c3ffc10a58c8eb:/www/display.php diff --git a/www/display.php b/www/display.php index fc93b0d..ae29b87 100644 --- a/www/display.php +++ b/www/display.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Display paste contents */ -$secureAtLevel = '0'; +$reqWritePermissions = false; require_once 'www-header.php'; $repo = new Repository(); @@ -14,6 +14,7 @@ render( array( 'repo' => $repo, 'dh' => new \Date_HumanDiff(), + 'htmlhelper' => new HtmlHelper(), ) ); ?>