From e719809b48b482442b22f757f08d9c9f5213f653 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 26 Oct 2010 09:21:28 -0400 Subject: [PATCH] Changed: FS#1357 - PHP open_basedir field has to be longer Removed: documentroot_www field which has never been used. --- server/plugins-available/apache2_plugin.inc.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index 5117b42..5ba9add 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -1255,8 +1255,6 @@ */ $fn = substr($file, 0, strlen($file) - strlen('.htdigest')); $output .= "\n"; - //$output .= " Alias /" . $fn . " " . $webdavRoot . "/" . $fn . "\n"; - //$output .= " <Location /" . $fn . ">\n"; $output .= " Alias /webdav/" . $fn . ' ' . $webdavRoot . '/' . $fn . "\n"; $output .= " <Location /webdav/" . $fn . ">\n"; $output .= " DAV On\n"; -- Gitblit v1.9.1