X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/b0687c328fcaa4d891b31c2146694654cd4707c9..a73791f16d10ea0e2c477f29d9049d75516aa774:/www/raw.php 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();