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