From c161eacd76162a025655e097e2becbc07a06087c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 23 Aug 2011 13:34:11 -0400 Subject: [PATCH] - Fixed a bug in lng() function. - Added a function to the remote api to get all virtual machines of a client. --- server/plugins-available/apache2_plugin.inc.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index 9a90e5d..77a1b08 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -488,6 +488,7 @@ } } exec('chmod -R a+r '.$error_page_path); + exec('chown -R '.$data['new']['system_user'].':'.$data['new']['system_group'].' '.$error_page_path); } // end copy error docs // Create group and user, if not exist -- Gitblit v1.9.1