Subversion-Projekte lars-tiefland.inventar

Revision

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

Revision 6 Revision 7
Zeile 1... Zeile 1...
1
<?
1
<?
2
	//$Id: connect.php 6 2008-05-10 16:29:22Z lars $
2
	//$Id: connect.php 7 2008-05-10 16:48:57Z lars $
-
 
3
	
3
	/**
4
	/**
4
	 * 	@package	openvz_admin
5
	 * @package	Inventar Datenbank
5
	 * 	@author		Lars Tiefland <ltiefland@gmail.com> 
6
	 * @author Lars Tiefland <ltiefland@gmail.com>
-
 
7
	 * @copyright 2008
6
	 **/
8
	 **/
-
 
9
	 
7
	require_once("Config.php");
10
	require_once("Config.php");
8
	require "MDB2.php";
11
	require "MDB2.php";
Zeile 9... Zeile 12...
9
 
12
 
10
	$cfg=new Config();
13
	$cfg=new Config();