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