CLEAN: How about changing the rest of the files with your variable? :p
[phorkie.git] / www / display.php
index 7a1c1ccb2eb7a494a612cf58130f83b68306a465..91a73218e2dbbf4b77f43a3920ba5e151bfb37ae 100644 (file)
@@ -3,6 +3,7 @@ namespace phorkie;
 /**
  * Display paste contents
  */
+$securityLevel = '0';
 require_once 'www-header.php';
 
 $repo = new Repository();
@@ -12,6 +13,7 @@ render(
     'display',
     array(
         'repo' => $repo,
+        'dh'   => new \Date_HumanDiff(),
     )
 );
 ?>