do not make it mandatory to pass template variables
[phorkie.git] / www / list.php
index 911f26d1a728b54dcb7a9d22d452cae65d539dc6..5a394ebac52aad2037a91b7503f2ac0343199cfa 100644 (file)
@@ -1,9 +1,12 @@
 <?php
 /**
- * Fork a repository
+ * List a repository
  */
 namespace phorkie;
 require_once 'www-header.php';
+if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
+    include_once 'secure.php';
+}
 $rs = new Repositories();
 
 $page = 0;