do not allow to change profile details, only show them
[phorkie.git] / www / list.php
index c9cd81aa9ef4019a72e344885f38c3b4ee24cd2b..750e811dfbbe6301d21471c872f18abd1edf8255 100644 (file)
@@ -3,7 +3,7 @@
  * List a repository
  */
 namespace phorkie;
-$securityLevel = '0';
+$reqWritePermissions = false;
 require_once 'www-header.php';
 $rs = new Repositories();