X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/3f0ffc6181c329dd2c1ee05d220b4b82ea907e36..3367fca1c9cdeb70c95154f20011b268d4d080a4:/www/doap.php diff --git a/www/doap.php b/www/doap.php index cc61845..377030b 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'; +$secureAtLevel = '0'; require_once 'www-header.php'; $repo = new Repository();