diff options
Diffstat (limited to 'www/fork.php')
| -rw-r--r-- | www/fork.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/fork.php b/www/fork.php index cc2ed33..64dceb9 100644 --- a/www/fork.php +++ b/www/fork.php @@ -5,7 +5,7 @@ namespace phorkie; require_once 'www-header.php'; if ($GLOBALS['phorkie']['auth']['secure'] > 0) { - require_once 'secure.php'; + include_once 'secure.php'; } if ($_SERVER['REQUEST_METHOD'] !== 'POST') { @@ -33,4 +33,4 @@ foreach (\glob($new->gitDir . '/hooks/*') as $hookfile) { //FIXME: where to put fork source link? redirect($new->getLink('display')); -?>
\ No newline at end of file +?> |
