diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 21:29:57 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 21:29:57 -0400 |
| commit | 47341ded2eba15c6d109ba166242e6e557080388 (patch) | |
| tree | 42ef4887c1931d959c4a96e765346c31fb1e8ef7 | |
| parent | e7c60768692aef84b7d35809eb6cb533d04a651b (diff) | |
| download | phorkie-47341ded2eba15c6d109ba166242e6e557080388.tar.gz phorkie-47341ded2eba15c6d109ba166242e6e557080388.zip | |
ADD: protect user.php
| -rw-r--r-- | www/user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/user.php b/www/user.php index 8f305da..5bb2352 100644 --- a/www/user.php +++ b/www/user.php @@ -3,6 +3,7 @@ * Edit user information */ namespace phorkie; +$pageRequiresLogin = '1'; require_once 'www-header.php'; if (isset($_POST['name'])) { |
