From 2f1ecfb58d1908d0347d9fb8deda66b640b325d5 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 27 Jan 2010 07:23:42 -0500
Subject: [PATCH] Fixed: FS#1047 - php scripts with suexec do not work togetherv with redirects (proposed solution included)

---
 install/sql/ispconfig3.sql |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql
index 892a40a..d2df925 100644
--- a/install/sql/ispconfig3.sql
+++ b/install/sql/ispconfig3.sql
@@ -1057,8 +1057,9 @@
   `ssl_bundle` mediumtext NULL,
   `ssl_action` varchar(16) NULL,
   `stats_password` varchar(255) default NULL,
-  `allow_override` varchar(32) NOT NULL default 'All',
+  `allow_override` varchar(255) NOT NULL default 'All',
   `apache_directives` text,
+  `php_open_basedir` text,
   `active` enum('n','y') NOT NULL default 'y',
   PRIMARY KEY  (`domain_id`)
 ) ENGINE=MyISAM AUTO_INCREMENT=1;
@@ -1236,7 +1237,7 @@
 -- Dumping data for table `sys_config`
 --
 
-INSERT INTO sys_config VALUES ('1','db','db_version','3.0.1.5');
+INSERT INTO sys_config VALUES ('1','db','db_version','3.0.1.6');
 
 -- --------------------------------------------------------
 

--
Gitblit v1.9.1