From: Manuel Munz Date: Wed, 4 Apr 2012 15:41:31 +0000 (+0000) Subject: luci-0.10: Merge r8512 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=06b466bdabe5661d2916ee9dd0fdf792d2f2c122;p=project%2Fluci.git luci-0.10: Merge r8512 --- diff --git a/modules/freifunk/luasrc/view/freifunk/public_status.htm b/modules/freifunk/luasrc/view/freifunk/public_status.htm index 38460bad79..46bff695e2 100644 --- a/modules/freifunk/luasrc/view/freifunk/public_status.htm +++ b/modules/freifunk/luasrc/view/freifunk/public_status.htm @@ -4,7 +4,7 @@ local sys = require "luci.sys" local twa = require "luci.tools.webadmin" -- System -local system, model, memtotal, memcached, membuffers, memfree, bogomips = sys.sysinfo() +local model, system, memtotal, memcached, membuffers, memfree, bogomips = sys.sysinfo() local uptime = twa.date_format(tonumber(sys.uptime())) local_time = os.date("%a, %d %b %Y, %H:%M:%S") local load1, load5, load15 = sys.loadavg()