X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/3f0ffc6181c329dd2c1ee05d220b4b82ea907e36..4137e993d11e926ae28343c1eeac1a46977efd47:/www/doap.php diff --git a/www/doap.php b/www/doap.php index cc61845..63a66e6 100644 --- a/www/doap.php +++ b/www/doap.php @@ -4,7 +4,7 @@ namespace phorkie; * Display DOAP of the paste. * Contains a machine-readable project description with Git URL. */ -$pageRequiresLogin = '0'; +$reqWritePermissions = false; require_once 'www-header.php'; $repo = new Repository();