X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/c630697fa2d4679eed006ae37aa594cbf7b99ae8..1797cbc2b010552b54e9d070820fa9cbc9ce3af9:/www/list.php diff --git a/www/list.php b/www/list.php index 8252f37..750e811 100644 --- a/www/list.php +++ b/www/list.php @@ -3,7 +3,7 @@ * List a repository */ namespace phorkie; -$secureAtLevel = '0'; +$reqWritePermissions = false; require_once 'www-header.php'; $rs = new Repositories();