remove session id check, it was not working the way I hoped for
[phorkie.git] / www / list.php
index 17f46b1eb6de7de8f89db8881356e509cca0753b..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) {
-    require_once 'secure.php';
-}
 $rs = new Repositories();
 
 $page = 0;