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