diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 13:42:49 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 13:42:49 -0400 |
| commit | f9ade082ba49cf487af31339afa7aeeb0653af57 (patch) | |
| tree | bd9cd5974540f745b9ebe5bedec78199414a1996 /www/user.php | |
| parent | 97c4ac59eed8b66b2e7f85d8ac325b063fb8a0ce (diff) | |
| download | phorkie-f9ade082ba49cf487af31339afa7aeeb0653af57.tar.gz phorkie-f9ade082ba49cf487af31339afa7aeeb0653af57.zip | |
PEAR Coding Standards intermediate update for files changed
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 1cc8aeb..fd851c4 100644 --- a/www/user.php +++ b/www/user.php @@ -5,7 +5,7 @@ namespace phorkie; require_once 'www-header.php'; if (!isset($_SESSION['identity'])) { - require_once 'secure.php'; + include_once 'secure.php'; } if (isset($_POST['name'])) { |
