Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 136 Revision 138
Zeile 1... Zeile 1...
1
<?php
1
<?php
2
	//$Id: load.php 136 2008-07-15 11:22:09Z lars $
2
	//$Id: load.php 138 2008-07-15 11:26:24Z lars $
3
	/**
3
	/**
4
	 * 	@package	openvz_admin
4
	 * 	@package	openvz_admin
5
	 * 	@author		Lars Tiefland <ltiefland@gmail.com> 
5
	 * 	@author		Lars Tiefland <ltiefland@gmail.com> 
6
	 **/
6
	 **/
7
	require ("include/common.php");
7
	require ("include/common.php");
8
	/*$hns = HN::getHNs();
8
	$hns = HN::getHNs();
9
	unset($hns[-1]);*/
9
	unset($hns[-1]);
10
	$hns[1]="mainframe.starfleethq.de";
-
 
11
	foreach ($hns as $hn_id => $hn_name)
10
	foreach ($hns as $hn_id => $hn_name)
12
	{
11
	{
13
		$configs = load_configs($hn_id, $hn_name);
12
		$configs = load_configs($hn_id, $hn_name);
14
		foreach ($configs as $conf_id => $config)
13
		foreach ($configs as $conf_id => $config)
15
		{
14
		{