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