REVERT: variable name change
[phorkie.git] / www / fork.php
index 2832fe4e60fa32c1d5c1f2f85f06e3c91cb4e858..10bd1e201d0dcc91a18612618e0f6bc0c2792ddb 100644 (file)
@@ -3,7 +3,7 @@
  * Fork a repository
  */
 namespace phorkie;
  * Fork a repository
  */
 namespace phorkie;
-$pageRequiresLogin = '1';
+$secureAtLevel = '1';
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {