X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/c630697fa2d4679eed006ae37aa594cbf7b99ae8..83a87530ac660a7d71f3d86ef93dc896d878696f:/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(), ) ); ?>