From c630697fa2d4679eed006ae37aa594cbf7b99ae8 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Mon, 17 Sep 2012 22:00:37 -0400 Subject: CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self-describe --- www/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/edit.php') diff --git a/www/edit.php b/www/edit.php index b925f0b..f83dfb3 100644 --- a/www/edit.php +++ b/www/edit.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Edit paste contents */ -$pageRequiresLogin = '1'; +$secureAtLevel = '1'; require_once 'www-header.php'; $repo = new Repository(); $repo->loadFromRequest(); -- cgit v1.2.3