Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 99 Revision 109
Zeile 1... Zeile 1...
1
<?php
1
<?php
2
	//$Id: ip.class.php 99 2008-02-19 20:25:04Z lars $
2
	//$Id: ip.class.php 109 2008-05-09 22:19:52Z lars $
3
/**
3
	/**
4
 * @author Lars Tiefland
4
 	* @author Lars Tiefland
5
 * @copyright 2007
5
 	* @copyright 2007
6
 
-
 
-
 
6
 	* @package	openvz_admin
7
 */
7
 	**/
8
 
-
 
9
 
-
 
10
	class IP
8
	class IP
11
	{
9
	{
12
		protected $ip;
10
		protected $ip;
13
		protected $hn;
11
		protected $hn;
14
		protected $dns;
12
		protected $dns;