diff options
author | Steven Barth <steven@midlink.org> | 2008-04-26 21:29:14 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-26 21:29:14 +0000 |
commit | f801df7d4d44d8b85ae17fa5d191b96602c1fa9a (patch) | |
tree | b32af471a440d417837e640450dccda016434d2c /core | |
parent | 035a193353b9ad86621b6b1fa183ccb1e0bd9e3d (diff) |
* luci-splash: Fixes
Diffstat (limited to 'core')
-rw-r--r-- | core/contrib/uci/luci | 1 | ||||
-rw-r--r-- | core/src/ffluci/init.lua | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/contrib/uci/luci b/core/contrib/uci/luci index 10a05bdeea..a3603d7ff3 100644 --- a/core/contrib/uci/luci +++ b/core/contrib/uci/luci @@ -24,6 +24,7 @@ config event uci_oncommit option httpd "/etc/init.d/httpd restart" option fstab "/etc/init.d/fstab restart" option qos "/etc/init.d/qos restart" + option luci_splash "/etc/init.d/luci_splash restart" config internal languages option de "Deutsch" diff --git a/core/src/ffluci/init.lua b/core/src/ffluci/init.lua index dbecf57e40..3b5ea14292 100644 --- a/core/src/ffluci/init.lua +++ b/core/src/ffluci/init.lua @@ -25,7 +25,7 @@ limitations under the License. ]]-- module("ffluci", package.seeall) -__version__ = "0.2" +__version__ = "0.3" __appname__ = "FFLuCI" dispatch = require("ffluci.dispatcher").httpdispatch |