Source for file index.php
Documentation is available at index.php
* Redirection to input.php
* @author Gabriele Droege, DNA Bank Network <contact@dnabank-network.org>
* @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org<br>The contents of this file are subject to the Mozilla Public License Version 1.1
* @license http://www.mozilla.org/MPL/ MPL
/********************************************************************************************
* redirection to input.php *
*********************************************************************************************/
$hostname =
$_SERVER['HTTP_HOST'];
$path =
dirname($_SERVER['PHP_SELF']);
header('Location: http://'.
$hostname.
($path ==
'/' ?
'' :
$path).
'/input.php');
Documentation generated on Tue, 29 Nov 2011 10:44:51 +0100 by phpDocumentor 1.4.3