X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/3f0ffc6181c329dd2c1ee05d220b4b82ea907e36..9cd731256b243511a3a1a1fcec76a1d5f27eb6d3:/www/raw.php diff --git a/www/raw.php b/www/raw.php index bedaa1b..605462d 100644 --- a/www/raw.php +++ b/www/raw.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Displays a file */ -$pageRequiresLogin = '0'; +$reqWritePermissions = false; require_once 'www-header.php'; $repo = new Repository();