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