aboutsummaryrefslogtreecommitdiff
path: root/www/fork.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/fork.php')
-rw-r--r--www/fork.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fork.php b/www/fork.php
index 10bd1e2..6c96a6a 100644
--- a/www/fork.php
+++ b/www/fork.php
@@ -3,7 +3,7 @@
* Fork a repository
*/
namespace phorkie;
-$secureAtLevel = '1';
+$reqWritePermissions = true;
require_once 'www-header.php';
if ($_SERVER['REQUEST_METHOD'] !== 'POST') {