Deferred dirprotection until 0.9.5, refs #72

This commit is contained in:
Florian Aders (EleRas)
2010-03-29 09:17:58 +00:00
parent 2b2d44166d
commit 7bea15a7a9
2 changed files with 2 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ class lighttpd
/**
* dirprotection, see #72
* @TODO use better regex for this
* @TODO use better regex for this, deferred until 0.9.5
*
$this->lighttpd_data[$vhost_filename].= ' $HTTP["url"] =~ "^/(.+)\/(.+)\.php" {' . "\n";
$this->lighttpd_data[$vhost_filename].= ' url.access-deny = ("")' . "\n";