* @version 2.0
* @package First_Steps
* @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org
The contents of this file are subject to the Mozilla Public License Version 1.1
* @filesource
* @license http://www.mozilla.org/MPL/ MPL
*/
$config = true;
/**
* calling connection to database
*/
include ("config/head.php");
/**
* calling authorisation script
*/
include ("auth.php");
?>