Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 9 Revision 109
Zeile 1... Zeile 1...
1
<?
1
<?
2
	//$Id: connect.php 9 2007-09-25 18:24:34Z lars $
2
	//$Id: connect.php 109 2008-05-09 22:19:52Z lars $
-
 
3
	/**
-
 
4
	 * 	@package	openvz_admin
-
 
5
	 * 	@author		Lars Tiefland <ltiefland@gmail.com> 
-
 
6
	 **/
3
	require_once("Config.php");
7
	require_once("Config.php");
4
	require "MDB2.php";
8
	require "MDB2.php";
Zeile 5... Zeile 9...
5
 
9
 
6
	$cfg=new Config();
10
	$cfg=new Config();