<< Home';
phpinfo();
echo '<< Home
';
exit();
}
if (isset($_POST['htaccess'])||$action=='schutz') include ('./inc/home/protection_create.php');
if ($action=='edithtaccess') include ('./inc/home/protection_edit.php');
if ($action=='deletehtaccess') include ('./inc/home/protection_delete.php');
// Output headnavi
$tpl=new MSDTemplate();
$tpl->set_filenames(array(
'show' => 'tpl/home/headnavi.tpl'));
$tpl->assign_vars(array(
'HEADER' => MSDHeader(),
'HEADLINE' => headline('Home')));
$tpl->pparse('show');
MSD_mysql_connect();
if ($action=='status') include ('./inc/home/home.php');
elseif ($action=='db') include ('./inc/home/databases.php');
elseif ($action=='sys') include ('./inc/home/system.php');
elseif ($action=='vars') include ('./inc/home/mysql_variables.php');
echo MSDFooter();
ob_end_flush();