use deny-by-default security
[phorkie.git] / www / fork.php
index 64dceb92a860ea9ce869d1012722fb8c53c8d784..3d1c4b73d1979d2bb8b8e9813d58579b47261715 100644 (file)
@@ -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');