* luci-splash: Fixes
[project/luci.git] / module / admin-core / src / model / menu / 00admin.lua
index 42c1859..3754a5b 100644 (file)
@@ -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