diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 22:00:37 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 22:00:37 -0400 |
| commit | c630697fa2d4679eed006ae37aa594cbf7b99ae8 (patch) | |
| tree | 05bdb936043961292dfc0ec98801261d3711eb9d /www/user.php | |
| parent | 802794fcc585bbb6533c52b6a4c646829bd07b4d (diff) | |
| download | phorkie-c630697fa2d4679eed006ae37aa594cbf7b99ae8.tar.gz phorkie-c630697fa2d4679eed006ae37aa594cbf7b99ae8.zip | |
CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self-describe
Diffstat (limited to 'www/user.php')
| -rw-r--r-- | www/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/user.php b/www/user.php index 5bb2352..9e20f6a 100644 --- a/www/user.php +++ b/www/user.php @@ -3,7 +3,7 @@ * Edit user information */ namespace phorkie; -$pageRequiresLogin = '1'; +$secureAtLevel = '1'; require_once 'www-header.php'; if (isset($_POST['name'])) { |
