mirror of
https://github.com/webmin/webmin.git
synced 2026-08-14 19:40:36 +01:00
Fix merge conflict
This commit is contained in:
@@ -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>");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user