diff options
| author | Tarik Gasmi | 2007-07-06 12:29:06 +0200 |
|---|---|---|
| committer | Tarik Gasmi | 2007-07-06 12:29:06 +0200 |
| commit | 493c1dd8260f24f8bfaf9271418529011b0f2a80 (patch) | |
| tree | 834619232835c4786d793848a7f99882034d7bd1 /ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php | |
| parent | Adjusted timings a little bit (waiting for scripts like hwautocfg to (diff) | |
| download | core-493c1dd8260f24f8bfaf9271418529011b0f2a80.tar.gz core-493c1dd8260f24f8bfaf9271418529011b0f2a80.tar.xz core-493c1dd8260f24f8bfaf9271418529011b0f2a80.zip | |
Actualised LDAP SiteManagement Webinterface and Perl-Config-Skripts
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1225 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php')
| -rw-r--r-- | ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php b/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php index 423c53c8..f9a6fae6 100644 --- a/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php +++ b/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php @@ -9,7 +9,7 @@ function createDhcpMenu($rollen , $mnr, $auDN, $sbmnr) { $hauptmenu = array(array("link" => "no_dhcp.php", "text" => "Übersicht", "zugriff" => "alle")); - $submenu = array(array(array())); + $submenu = array(array()); }else{ # DHCP Services (momentan nur für einen DHCP konzipiert) $dhcpservice_array = get_dhcpservices($auDN,array("dn","cn")); |
