aboutsummaryrefslogtreecommitdiff
path: root/www/fork.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 13:42:49 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 13:42:49 -0400
commitf9ade082ba49cf487af31339afa7aeeb0653af57 (patch)
treebd9cd5974540f745b9ebe5bedec78199414a1996 /www/fork.php
parent97c4ac59eed8b66b2e7f85d8ac325b063fb8a0ce (diff)
downloadphorkie-f9ade082ba49cf487af31339afa7aeeb0653af57.tar.gz
phorkie-f9ade082ba49cf487af31339afa7aeeb0653af57.zip
PEAR Coding Standards intermediate update for files changed
Diffstat (limited to 'www/fork.php')
-rw-r--r--www/fork.php4
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
+?>