include $(TOPDIR)/rules.mk
-LUCI_TITLE:=LuCI account managment module
+LUCI_TITLE:=LuCI account management module
LUCI_DEPENDS:=+luci-base
include ../../luci.mk
require "luci.cacheloader"
require "luci.sgi.cgi"
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
-luci.sgi.cgi.run()
\ No newline at end of file
+luci.sgi.cgi.run()
* if it is an object, it will be converted to JSON, in all other
* cases it is converted to a string.
*
- * @property {Object<string, string>} [header]
- * Specifies HTTP headers to set for the request.
- *
- * @property {function} [progress]
- * An optional request callback function which receives ProgressEvent
- * instances as sole argument during the HTTP request transfer.
+ * @property {Object<string, string>} [header]
+ * Specifies HTTP headers to set for the request.
+ *
+ * @property {function} [progress]
+ * An optional request callback function which receives ProgressEvent
+ * instances as sole argument during the HTTP request transfer.
*/
/**
if config.ccache and config.ccache.enable == "1" then
ccache.cache_ondemand()
-end
\ No newline at end of file
+end
-- Licensed to the public under the Apache License 2.0.
local util = require "luci.util"
-module("luci.store", util.threadlocal)
\ No newline at end of file
+module("luci.store", util.threadlocal)
return true
end
-return f
\ No newline at end of file
+return f
for (var j = 0; j < network_items.length; j++) {
var net = network_items[j],
is_assoc = (net.getBSSID() != '00:00:00:00:00:00' && net.getChannel() && !net.isDisabled()),
- chan = net.getChannel(),
+ chan = net.getChannel(),
freq = net.getFrequency(),
rate = net.getBitRate();