X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/c630697fa2d4679eed006ae37aa594cbf7b99ae8..1797cbc2b010552b54e9d070820fa9cbc9ce3af9:/www/fork.php 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') {