aboutsummaryrefslogtreecommitdiff
path: root/www/edit.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 22:00:37 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 22:00:37 -0400
commitc630697fa2d4679eed006ae37aa594cbf7b99ae8 (patch)
tree05bdb936043961292dfc0ec98801261d3711eb9d /www/edit.php
parent802794fcc585bbb6533c52b6a4c646829bd07b4d (diff)
downloadphorkie-c630697fa2d4679eed006ae37aa594cbf7b99ae8.tar.gz
phorkie-c630697fa2d4679eed006ae37aa594cbf7b99ae8.zip
CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self-describe
Diffstat (limited to 'www/edit.php')
-rw-r--r--www/edit.php2
1 files changed, 1 insertions, 1 deletions
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();