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