Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
c09f04b4
Commit
c09f04b4
authored
Jun 28, 2012
by
mcramer
Browse files
Bugfix: Apache2 plugin uses app->system before including it.
parent
c01bd379
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/apache2_plugin.inc.php
View file @
c09f04b4
...
...
@@ -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
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment