X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/b0687c328fcaa4d891b31c2146694654cd4707c9..a73791f16d10ea0e2c477f29d9049d75516aa774:/www/new.php diff --git a/www/new.php b/www/new.php index ef9daec..fc6d5f3 100644 --- a/www/new.php +++ b/www/new.php @@ -11,6 +11,9 @@ namespace phorkie; * Creates and redirects to display page */ require_once 'www-header.php'; +if ($GLOBALS['phorkie']['auth']['secure'] > 0) { + require_once 'secure.php'; +} $repopo = new Repository_Post(); if ($repopo->process($_POST)) {