CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self...
[phorkie.git] / www / revision.php
index 9c2735da0f2fb949564ffe367d471b70c0704c46..513ca678f6886b5a7cecb0f24713ec1e3b485a54 100644 (file)
@@ -3,7 +3,7 @@ namespace phorkie;
 /**
  * Display historic paste contents
  */
-$pageRequiresLogin = '0';
+$secureAtLevel = '0';
 require_once 'www-header.php';
 
 $repo = new Repository();