CLEAN: Removed openid debugging information
[phorkie.git] / www / list.php
index 17f46b1eb6de7de8f89db8881356e509cca0753b..8252f37b89f66c1924d2d18fb41bbcb493b7275b 100644 (file)
@@ -3,10 +3,8 @@
  * List a repository
  */
 namespace phorkie;
+$secureAtLevel = '0';
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    require_once 'secure.php';
-}
 $rs = new Repositories();
 
 $page = 0;