X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a73791f16d10ea0e2c477f29d9049d75516aa774..1797cbc2b010552b54e9d070820fa9cbc9ce3af9:/www/list.php diff --git a/www/list.php b/www/list.php index 17f46b1..750e811 100644 --- a/www/list.php +++ b/www/list.php @@ -3,10 +3,8 @@ * List a repository */ namespace phorkie; +$reqWritePermissions = false; require_once 'www-header.php'; -if ($GLOBALS['phorkie']['auth']['secure'] == 2) { - require_once 'secure.php'; -} $rs = new Repositories(); $page = 0;