fixed example

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@692 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.6
Jan Kneschke 2005-09-07 07:33:15 +00:00
parent 9209f7e8bd
commit 6b63deb241
1 changed files with 2 additions and 2 deletions

View File

@ -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