From 6358cc0a88ff48dacac4d9691bf1be0d15b6ebe1 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 18 Jul 2012 04:29:54 -0400
Subject: [PATCH] Extended path checks in mail_plugin.inc.php
---
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