diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-18 06:43:46 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-18 06:43:46 -0400 |
| commit | 5b589f6213337eb1c88ed983f54552f2bafefd80 (patch) | |
| tree | d513c237dd3788dabba44902b161f03cf00cf2dd /www/user.php | |
| parent | 8aa0b9bda25f570e591e554bdbece99d5f6458c8 (diff) | |
| download | phorkie-5b589f6213337eb1c88ed983f54552f2bafefd80.tar.gz phorkie-5b589f6213337eb1c88ed983f54552f2bafefd80.zip | |
CLEAN: How about changing the rest of the files with your variable? :p
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 9e20f6a..dc79459 100644 --- a/www/user.php +++ b/www/user.php @@ -3,7 +3,7 @@ * Edit user information */ namespace phorkie; -$secureAtLevel = '1'; +$securityLevel = '1'; require_once 'www-header.php'; if (isset($_POST['name'])) { |
