From a73791f16d10ea0e2c477f29d9049d75516aa774 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Sun, 16 Sep 2012 01:17:46 -0400 Subject: Added OpenID Authentication --- www/fork.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/fork.php') diff --git a/www/fork.php b/www/fork.php index 7997632..cc2ed33 100644 --- a/www/fork.php +++ b/www/fork.php @@ -4,6 +4,9 @@ */ namespace phorkie; require_once 'www-header.php'; +if ($GLOBALS['phorkie']['auth']['secure'] > 0) { + require_once 'secure.php'; +} if ($_SERVER['REQUEST_METHOD'] !== 'POST') { throw new Exception_Input('Forking only possible via POST'); -- cgit v1.2.3