diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-18 21:52:26 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-18 21:52:26 +0000 |
commit | 9875f6dad41694e55af23a719a37cb4733a51be5 (patch) | |
tree | e6c087c62e05ef2c5529cab9abfa99d586e11573 /applications/luci-livestats/luasrc | |
parent | e39b2bff3f01f299201d6c394cbeb7e28e852758 (diff) |
* luci/app/livestats: property fixup
Diffstat (limited to 'applications/luci-livestats/luasrc')
-rw-r--r-- | applications/luci-livestats/luasrc/controller/livestats.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-livestats/luasrc/controller/livestats.lua b/applications/luci-livestats/luasrc/controller/livestats.lua index 4494bbd4b..0ca227622 100644 --- a/applications/luci-livestats/luasrc/controller/livestats.lua +++ b/applications/luci-livestats/luasrc/controller/livestats.lua @@ -10,7 +10,7 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -$Id: openvpn.lua 3549 2008-10-09 22:24:21Z jow $ +$Id$ ]]-- module("luci.controller.livestats", package.seeall) |