Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 130 Revision 131
Zeile 1... Zeile 1...
1
<?php
1
<?php
2
	//$Id: load.php 130 2008-05-22 15:29:50Z lars $
2
	//$Id: load.php 131 2008-05-22 15:33:21Z 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");
Zeile 47... Zeile 47...
47
			}
47
			}
48
			else
48
			else
49
			{
49
			{
50
				continue;
50
				continue;
51
			}
51
			}
52
			$cfgs[] = $cfg_val;
-
 
53
		}
52
		}
-
 
53
		$cfgs[] = $cfg_val;
54
		return $cfgs;
54
		return $cfgs;
55
	}
55
	}
Zeile 56... Zeile 56...
56
 
56
 
57
	function update_db($hn_id, $cfgs)
57
	function update_db($hn_id, $cfgs)