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/raw.php | |
| parent | 97c4ac59eed8b66b2e7f85d8ac325b063fb8a0ce (diff) | |
| download | phorkie-f9ade082ba49cf487af31339afa7aeeb0653af57.tar.gz phorkie-f9ade082ba49cf487af31339afa7aeeb0653af57.zip | |
PEAR Coding Standards intermediate update for files changed
Diffstat (limited to 'www/raw.php')
| -rw-r--r-- | www/raw.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/raw.php b/www/raw.php index 67a21ee..6b20633 100644 --- a/www/raw.php +++ b/www/raw.php @@ -5,7 +5,7 @@ namespace phorkie; require_once 'www-header.php'; if ($GLOBALS['phorkie']['auth']['secure'] == 2) { - require_once 'secure.php'; + include_once 'secure.php'; } $repo = new Repository(); $repo->loadFromRequest(); |
