X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/3f0ffc6181c329dd2c1ee05d220b4b82ea907e36..439a1bd039f259970cce672abd6e429a60f9ce4d:/www/new.php diff --git a/www/new.php b/www/new.php index 505ca50..7a70891 100644 --- a/www/new.php +++ b/www/new.php @@ -10,7 +10,7 @@ namespace phorkie; * * Creates and redirects to display page */ -$pageRequiresLogin = '1'; +$reqWritePermissions = true; require_once 'www-header.php'; $repopo = new Repository_Post();