X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/2b4b34a76f42841e964a549fc64c02ba4f60a3f4..8aa0b9bda25f570e591e554bdbece99d5f6458c8:/www/display.php diff --git a/www/display.php b/www/display.php index 7a1c1cc..fc93b0d 100644 --- a/www/display.php +++ b/www/display.php @@ -3,6 +3,7 @@ namespace phorkie; /** * Display paste contents */ +$secureAtLevel = '0'; require_once 'www-header.php'; $repo = new Repository(); @@ -12,6 +13,7 @@ render( 'display', array( 'repo' => $repo, + 'dh' => new \Date_HumanDiff(), ) ); ?>