diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index 0e873ad7f74735fc71dc161676849efed2c33430..bcd05254d8d8d07b41436624e0d6f6cce5478bca 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -1355,6 +1355,7 @@ class apache2_plugin { // 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 @@ class apache2_plugin { } // end class -?> \ No newline at end of file +?>