fixed typo (darix)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1013 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2006-03-02 14:08:56 +00:00
parent b268e163af
commit a13e0a7d7b
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ to start PHP for a cache-hit.
To transform this example into a CML you need 'index.cml' in the list of indexfiles
and the following index.cml file: ::
output_contenttype = "text/html"
output_content_type = "text/html"
b = request["DOCUMENT_ROOT"]
cwd = request["CWD"]