diff options
Diffstat (limited to 'www/list.php')
| -rw-r--r-- | www/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/list.php b/www/list.php index 8252f37..750e811 100644 --- a/www/list.php +++ b/www/list.php @@ -3,7 +3,7 @@ * List a repository */ namespace phorkie; -$secureAtLevel = '0'; +$reqWritePermissions = false; require_once 'www-header.php'; $rs = new Repositories(); |
