Merge branch 'master' into remotefork
[phorkie.git] / www / fork.php
index 03669380cdb0a53eb6f7479676e7f47eb4b86be1..6c96a6acb3b85d2918bcf12c10a353c1ddc53b41 100644 (file)
@@ -3,7 +3,7 @@
  * Fork a repository
  */
 namespace phorkie;
-$securityLevel = '1';
+$reqWritePermissions = true;
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {