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