get rid of openid config file
[phorkie.git] / www / list.php
index 5a394ebac52aad2037a91b7503f2ac0343199cfa..721d20c547370e541d8ff3c6f5528d73d2b176f6 100644 (file)
@@ -3,10 +3,8 @@
  * List a repository
  */
 namespace phorkie;
+$pageRequiresLogin = false;
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    include_once 'secure.php';
-}
 $rs = new Repositories();
 
 $page = 0;