CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self...
[phorkie.git] / www / edit.php
index b925f0b0a95fb434175ff67e511d63a32818cd02..f83dfb3d2d4ca9b221a395a324e8ca2ec24157be 100644 (file)
@@ -3,7 +3,7 @@ namespace phorkie;
 /**
  * Edit paste contents
  */
-$pageRequiresLogin = '1';
+$secureAtLevel = '1';
 require_once 'www-header.php';
 $repo = new Repository();
 $repo->loadFromRequest();