diff options
Diffstat (limited to 'www/raw.php')
| -rw-r--r-- | www/raw.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/raw.php b/www/raw.php index 8bda11e..67a21ee 100644 --- a/www/raw.php +++ b/www/raw.php @@ -4,6 +4,9 @@ */ namespace phorkie; require_once 'www-header.php'; +if ($GLOBALS['phorkie']['auth']['secure'] == 2) { + require_once 'secure.php'; +} $repo = new Repository(); $repo->loadFromRequest(); |
