X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-full%2Fluasrc%2Fcontroller%2Fadmin%2Fservices.lua;fp=modules%2Fadmin-full%2Fluasrc%2Fcontroller%2Fadmin%2Fservices.lua;h=0000000000000000000000000000000000000000;hp=aa1fd94cebaa2f49fc9a980af1415a162896d922;hb=8c9aef1b2de7df6838b939c9eb314ad613bab3d9;hpb=76548e7dad6fd35a6ca19b4bee0f050a2ab5da56 diff --git a/modules/admin-full/luasrc/controller/admin/services.lua b/modules/admin-full/luasrc/controller/admin/services.lua deleted file mode 100644 index aa1fd94ce..000000000 --- a/modules/admin-full/luasrc/controller/admin/services.lua +++ /dev/null @@ -1,20 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ -]]-- - -module("luci.controller.admin.services", package.seeall) - -function index() - entry({"admin", "services"}, firstchild(), _("Services"), 40).index = true - entry({"admin", "services", "crontab"}, form("admin_services/crontab"), _("Scheduled Tasks"), 50) -end