summaryrefslogtreecommitdiffhomepage
path: root/libs/web
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-28 04:08:54 +0000
committerSteven Barth <steven@midlink.org>2008-05-28 04:08:54 +0000
commit776f9957d0376670e9d3e43677dbe3ba19ded193 (patch)
tree06cc4216a1987ac09b6f34b689a5b7b9374c43d0 /libs/web
parentc59a7afe452486a92d8c5f57f09c96519a2137ed (diff)
* Updated dispatching cache mechanism
Diffstat (limited to 'libs/web')
-rw-r--r--libs/web/luasrc/dispatcher.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua
index 202e07332..fc551a4bd 100644
--- a/libs/web/luasrc/dispatcher.lua
+++ b/libs/web/luasrc/dispatcher.lua
@@ -34,9 +34,6 @@ local tree = {nodes={}}
-- Index table
local index = {}
--- Indexdump
-local indexcache = "/tmp/.luciindex"
-
-- Global request object
request = {}