X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/972d5d8a7e5450d9c3784feda363eee56f3ad269..6eef15cdc3bef5971d8ffe95bcbcaff368c87e69:/www/doap.php diff --git a/www/doap.php b/www/doap.php index f374dba..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 = false; +$reqWritePermissions = false; require_once 'www-header.php'; $repo = new Repository();