aboutsummaryrefslogtreecommitdiff
path: root/www/fork.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-17 23:01:07 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-17 23:01:07 +0200
commitdff68e21ac958ebfb8164bca4cb2143c427f4330 (patch)
treee5b7b039c12e5d28bd887b022dd502a7da122af4 /www/fork.php
parent9abfb5687cdbc08b60cb50fc15daab929a0f8f87 (diff)
downloadphorkie-dff68e21ac958ebfb8164bca4cb2143c427f4330.tar.gz
phorkie-dff68e21ac958ebfb8164bca4cb2143c427f4330.zip
use deny-by-default security
Diffstat (limited to 'www/fork.php')
-rw-r--r--www/fork.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/fork.php b/www/fork.php
index 64dceb9..3d1c4b7 100644
--- a/www/fork.php
+++ b/www/fork.php
@@ -4,9 +4,6 @@
*/
namespace phorkie;
require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
- include_once 'secure.php';
-}
if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
throw new Exception_Input('Forking only possible via POST');