Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 87 Revision 109
Zeile 1... Zeile 1...
1
<?php
1
<?php
2
	//$Id: index.php 87 2008-02-16 23:06:02Z lars $
2
	//$Id: index.php 109 2008-05-09 22:19:52Z lars $
-
 
3
	/**
-
 
4
	 * 	@package	openvz_admin
-
 
5
	 * 	@author		Lars Tiefland <ltiefland@gmail.com> 
-
 
6
	 **/
3
	require("include/common.php");
7
	require("include/common.php");
4
	$smarty->assign("title","openVZ Administration");
8
	$smarty->assign("title","openVZ Administration");
5
	$hn_id=(isset($_POST["hn_id"]))?$_POST["hn_id"]:1;
9
	$hn_id=(isset($_POST["hn_id"]))?$_POST["hn_id"]:1;
6
	$hns=HN::getHNs();
10
	$hns=HN::getHNs();
7
	unset($hns[-1]);
11
	unset($hns[-1]);