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/edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/edit.php') diff --git a/www/edit.php b/www/edit.php index f83dfb3..4de3d47 100644 --- a/www/edit.php +++ b/www/edit.php @@ -3,8 +3,9 @@ namespace phorkie; /** * Edit paste contents */ -$secureAtLevel = '1'; +$reqWritePermissions = true; require_once 'www-header.php'; + $repo = new Repository(); $repo->loadFromRequest(); -- cgit v1.2.3