X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a1bceaf02f8f8a3fdbb8042ffcfab4b3a35f14f7..92d6cf1f537c2126baf324cbdadbef1067e156b6:/www/edit.php diff --git a/www/edit.php b/www/edit.php index 2525056..f83dfb3 100644 --- a/www/edit.php +++ b/www/edit.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Edit paste contents */ -$securityLevel = '1'; +$secureAtLevel = '1'; require_once 'www-header.php'; $repo = new Repository(); $repo->loadFromRequest();