Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 82 | Revision 90 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 82 Revision 85
Zeile 1... Zeile 1...
1
<?
1
<?
-
 
2
	if(!file_exists("include/config.xml"))
-
 
3
	{
-
 
4
		header("Location: install.php");
-
 
5
	}
2
	//Smarty
6
	//Smarty
3
	require_once("libs/Smarty.class.php");
7
	require_once("libs/Smarty.class.php");
4
	$smarty=new Smarty;
8
	$smarty=new Smarty;
5
	$smarty->assign("display_result",false);
9
	$smarty->assign("display_result",false);
6
	$smarty->assign("error",false);
10
	$smarty->assign("error",false);