From 627b359c78f1be056735da4d9a2ef0ecb39b9425 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 25 Mar 2013 05:49:32 -0400 Subject: [PATCH] - Fixed FS#2797 - subdomain vhost + forced SuExec not working. --- install/sql/incremental/upd_0038.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/sql/incremental/upd_0038.sql b/install/sql/incremental/upd_0038.sql index f0d723c..eecc645 100644 --- a/install/sql/incremental/upd_0038.sql +++ b/install/sql/incremental/upd_0038.sql @@ -1,4 +1,4 @@ --- -------------------------------------------------------- +-- -------------------------------------------------------- ALTER TABLE `web_domain` ADD `web_folder` VARCHAR( 100 ) DEFAULT NULL AFTER `document_root` ; -- Gitblit v1.9.1