From a9c5c19aee8db8f4aa301eb9c26a498f2fd3ec0c Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Wed, 11 Jul 2012 04:05:05 -0400 Subject: [PATCH] rc1 of default-v2 --- server/plugins-available/apache2_plugin.inc.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index 0e873ad..bcd0525 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -1355,6 +1355,7 @@ // load the server configuration options $app->uses('getconf'); + $app->uses('system'); $web_config = $app->getconf->get_server_config($conf['server_id'], 'web'); $app->system->web_folder_protection($data['new']['document_root'],false); @@ -2336,4 +2337,4 @@ } // end class -?> \ No newline at end of file +?> -- Gitblit v1.9.1