From 6eef15cdc3bef5971d8ffe95bcbcaff368c87e69 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 18 Sep 2012 23:28:11 +0200 Subject: rename "secureAtLevel" variable since it does not define a level at all --- www/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/list.php') 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(); -- cgit v1.2.3