Fix merge conflict

This commit is contained in:
Jamie Cameron
2026-02-10 10:24:58 -08:00
parent 3713ee01b8
commit 3a1ea4682d

View File

@@ -34,13 +34,8 @@ if (!$running) {
&error($text{'restart_eunknown'});
}
else {
<<<<<<< HEAD
$errorlog = &server_root($errorlog, $conf);
$out = &backquote_command("tail -5 ".quotemeta($errorlog));
=======
$errorlog = &server_root($errorlog);
$out = `tail -5 $errorlog`;
>>>>>>> The server_root function doesn't need the global config as a parameter
$out = &backquote_command("tail -5 ".quotemeta($errorlog));
&error("<pre>$out</pre>");
}
}