remove session id check, it was not working the way I hoped for
[phorkie.git] / www / list.php
index 911f26d1a728b54dcb7a9d22d452cae65d539dc6..721d20c547370e541d8ff3c6f5528d73d2b176f6 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 /**
- * Fork a repository
+ * List a repository
  */
 namespace phorkie;
+$pageRequiresLogin = false;
 require_once 'www-header.php';
 $rs = new Repositories();