X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=module%2Fadmin-core%2Fsrc%2Fmodel%2Fmenu%2F00admin.lua;h=3754a5bc8b03b7fa53e3e995871754cdba52020e;hp=42c185937dff7dc31152ff1b7898d091e58471ce;hb=f801df7d4d44d8b85ae17fa5d191b96602c1fa9a;hpb=035a193353b9ad86621b6b1fa183ccb1e0bd9e3d diff --git a/module/admin-core/src/model/menu/00admin.lua b/module/admin-core/src/model/menu/00admin.lua index 42c185937..3754a5bc8 100644 --- a/module/admin-core/src/model/menu/00admin.lua +++ b/module/admin-core/src/model/menu/00admin.lua @@ -18,6 +18,9 @@ end act("httpd", "HTTP-Server") act("dropbear", "SSH-Server") act("dnsmasq", "Dnsmasq") +if isfile("/etc/config/luci_splash") then + act("splash", "Client-Splash") +end add("admin", "network", "Netzwerk", 50) act("vlan", "Switch") @@ -27,11 +30,6 @@ act("ptp", "PPPoE / PPTP") act("routes", "Statische Routen") act("portfw", "Portweiterleitung") act("firewall", "Firewall") - -if isfile("/etc/config/luci_splash") then - act("splash", "Client-Splash") -end - if isfile("/etc/config/qos") then act("qos", "Quality of Service") end