CLEAN: How about changing the rest of the files with your variable? :p
[phorkie.git] / www / fork.php
index 64dceb92a860ea9ce869d1012722fb8c53c8d784..03669380cdb0a53eb6f7479676e7f47eb4b86be1 100644 (file)
@@ -3,10 +3,8 @@
  * Fork a repository
  */
 namespace phorkie;
+$securityLevel = '1';
 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');