fixed example
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@692 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
9209f7e8bd
commit
6b63deb241
|
@ -107,8 +107,8 @@ and the following index.cml file: ::
|
|||
trigger_handler = "index.php"
|
||||
|
||||
if file_mtime(b .. "../lib/php/menu.csv") > file_mtime(cwd .. "_cache.html") or
|
||||
file_mtime(b .. "templates/jk.tmpl") > file.mtime(cwd .. "_cache.html")
|
||||
file.mtime(b .. "content.html") > file.mtime(cwd .. "_cache.html") then
|
||||
file_mtime(b .. "templates/jk.tmpl") > file_mtime(cwd .. "_cache.html") or
|
||||
file_mtime(b .. "content.html") > file_mtime(cwd .. "_cache.html") then
|
||||
return CACHE_MISS
|
||||
else
|
||||
return CACHE_HIT
|
||||
|
|
Loading…
Reference in New Issue