Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 5 Revision 9
Zeile 1... Zeile 1...
1
<?
1
<?
-
 
2
	//$Id: common.php 9 2007-09-25 18:24:34Z lars $
2
	if(!file_exists("include/config.xml"))
3
	if(!file_exists("include/config.xml"))
3
	{
4
	{
4
		header("Location: install.php");
5
		header("Location: install.php");
5
	}
6
	}
6
	//Smarty
7
	//Smarty
Zeile 30... Zeile 31...
30
	require_once("Translation2.php");
31
	require_once("Translation2.php");
31
	require_once("Log.php");
32
	require_once("Log.php");
Zeile 32... Zeile 33...
32
 
33
 
33
	$params_tr["strings_default_table"]="i18n_%s";
34
	$params_tr["strings_default_table"]="i18n_%s";
34
	$params_tr["string_text_col"]="string";
35
	$params_tr["string_text_col"]="string";
Zeile 35... Zeile 36...
35
	$tr=& Translation2::factory("db",$db,$params_tr);
36
	$tr=& Translation2::factory("mdb2",$db,$params_tr);
Zeile 36... Zeile 37...
36
	
37
	
37
	$mail=	& Mail::factory("mail",array());
38
	$mail=	& Mail::factory("mail",array());