2 require_once(dirname(__FILE__
).'/require/settings.php');
4 if (isset($_POST['ident'])) $ident = filter_input(INPUT_POST
,'ident',FILTER_SANITIZE_STRING
);
5 if (isset($_GET['ident'])) $ident = filter_input(INPUT_GET
,'ident',FILTER_SANITIZE_STRING
);
8 if (isset($_GET['marine'])) header('Location: '.$globalURL.'/marine/ident/'.$ident);
9 else header('Location: '.$globalURL.'/ident/'.$ident);
11 if ($globalURL == '') {
12 header('Location: /');
14 header('Location: '.$globalURL);