* Makefile fixes ;-)
[project/luci.git] / module / admin-core / src / model / menu / 00admin.lua
index 3a6ee1d..42c1859 100644 (file)
@@ -28,6 +28,10 @@ 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