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