X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/dff68e21ac958ebfb8164bca4cb2143c427f4330..92d6cf1f537c2126baf324cbdadbef1067e156b6:/www/fork.php diff --git a/www/fork.php b/www/fork.php index 3d1c4b7..10bd1e2 100644 --- a/www/fork.php +++ b/www/fork.php @@ -3,6 +3,7 @@ * Fork a repository */ namespace phorkie; +$secureAtLevel = '1'; require_once 'www-header.php'; if ($_SERVER['REQUEST_METHOD'] !== 'POST') {