From f7d779f4d975c869823a551d20a5e47e41f7b4e0 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 13 Feb 2012 05:11:23 -0500
Subject: [PATCH] Fixed: FS#2051 - open_basedir restriction

---
 install/tpl/apache_ispconfig.vhost.master |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master
index d3fc9a8..b23cdd4 100644
--- a/install/tpl/apache_ispconfig.vhost.master
+++ b/install/tpl/apache_ispconfig.vhost.master
@@ -27,6 +27,7 @@
     DocumentRoot /usr/local/ispconfig/interface/web/
     AddType application/x-httpd-php .php
     <Directory /usr/local/ispconfig/interface/web>
+      php_admin_value open_basedir "/usr/local/ispconfig/interface:/usr/share"
       Options FollowSymLinks
       AllowOverride None
       Order allow,deny

--
Gitblit v1.9.1