rename "secureAtLevel" variable since it does not define a level at all
[phorkie.git] / www / fork.php
index 10bd1e201d0dcc91a18612618e0f6bc0c2792ddb..6c96a6acb3b85d2918bcf12c10a353c1ddc53b41 100644 (file)
@@ -3,7 +3,7 @@
  * Fork a repository
  */
 namespace phorkie;
-$secureAtLevel = '1';
+$reqWritePermissions = true;
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {