CLEAN: How about changing the rest of the files with your variable? :p
[phorkie.git] / www / fork.php
index 2832fe4e60fa32c1d5c1f2f85f06e3c91cb4e858..03669380cdb0a53eb6f7479676e7f47eb4b86be1 100644 (file)
@@ -3,7 +3,7 @@
  * Fork a repository
  */
 namespace phorkie;
-$pageRequiresLogin = '1';
+$securityLevel = '1';
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {