Commit 0c05d995 authored by tbrehm's avatar tbrehm
Browse files

Added missing $conf setting.

parent a74d8db7
......@@ -133,7 +133,7 @@ class dns_module {
}
function restartPowerDNS($action = 'restart') {
global $app;
global $app,$conf;
$app->log("restartPDNS called.",LOGLEVEL_DEBUG);
......
......@@ -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')) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment