* luci/statistics: moving the graph controller to admin caused the images to be gener...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 4 Jun 2008 22:41:58 +0000 (22:41 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 4 Jun 2008 22:41:58 +0000 (22:41 +0000)
commit48e06817daf525eb552e064ac94428297d35941b
tree6d68cee885290ac8d41e028f5b84d9c6986a4508
parentb871cadf34ed0c78e7619011d44029a1af269b4c
* luci/statistics: moving the graph controller to admin caused the images to be generated by the root user which rendered the linked-in public statistics pages unusable because of missing permissions to write the generated graphics as nobody to directories created by root
* luci/core: store the actual dispatching path to .path in node() - this permits dispatcher modules to get the canonical path as luci.dispatcher.dispatched.path
applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
libs/web/luasrc/dispatcher.lua