CLEAN: Removed openid debugging information
[phorkie.git] / www / list.php
index 5a394ebac52aad2037a91b7503f2ac0343199cfa..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) {
-    include_once 'secure.php';
-}
 $rs = new Repositories();
 
 $page = 0;