rename "secureAtLevel" variable since it does not define a level at all
[phorkie.git] / www / new.php
index 5d370f524344adeafd0d32a0fbc7a6a52d6a68a6..7a708917ef45912a6be54cb6e82e069bdbc90858 100644 (file)
@@ -10,7 +10,7 @@ namespace phorkie;
  *
  * Creates and redirects to display page
  */
-$pageRequiresLogin = true;
+$reqWritePermissions = true;
 require_once 'www-header.php';
 
 $repopo = new Repository_Post();