Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
lolo888
ISPConfig 3
Commits
0c05d995
Commit
0c05d995
authored
Sep 25, 2010
by
tbrehm
Browse files
Added missing $conf setting.
parent
a74d8db7
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/mods-available/dns_module.inc.php
View file @
0c05d995
...
...
@@ -133,7 +133,7 @@ class dns_module {
}
function
restartPowerDNS
(
$action
=
'restart'
)
{
global
$app
;
global
$app
,
$conf
;
$app
->
log
(
"restartPDNS called."
,
LOGLEVEL_DEBUG
);
...
...
server/mods-available/web_module.inc.php
View file @
0c05d995
...
...
@@ -127,7 +127,7 @@ class web_module {
// This function is used
function
restartHttpd
(
$action
=
'restart'
)
{
global
$app
;
global
$app
,
$conf
;
$daemon
=
''
;
if
(
is_file
(
$conf
[
'init_scripts'
]
.
'/'
.
'httpd'
))
{
...
...
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