rename "secureAtLevel" variable since it does not define a level at all
[phorkie.git] / www / list.php
index 911f26d1a728b54dcb7a9d22d452cae65d539dc6..750e811dfbbe6301d21471c872f18abd1edf8255 100644 (file)
@@ -1,8 +1,9 @@
 <?php
 /**
- * Fork a repository
+ * List a repository
  */
 namespace phorkie;
+$reqWritePermissions = false;
 require_once 'www-header.php';
 $rs = new Repositories();