X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5b589f6213337eb1c88ed983f54552f2bafefd80..439a1bd039f259970cce672abd6e429a60f9ce4d:/www/list.php diff --git a/www/list.php b/www/list.php index c9cd81a..750e811 100644 --- a/www/list.php +++ b/www/list.php @@ -3,7 +3,7 @@ * List a repository */ namespace phorkie; -$securityLevel = '0'; +$reqWritePermissions = false; require_once 'www-header.php'; $rs = new Repositories();