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/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/display.php') diff --git a/www/display.php b/www/display.php index fc93b0d..ffc9786 100644 --- a/www/display.php +++ b/www/display.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Display paste contents */ -$secureAtLevel = '0'; +$reqWritePermissions = false; require_once 'www-header.php'; $repo = new Repository(); -- cgit v1.2.3