Made the result message a bit more informative when stopping the server.
parent
2e84749315
commit
88e4f795a6
|
@ -32,8 +32,9 @@ case 'stop':
|
|||
$notification->push(_("There was a problem stopping the server: ") .
|
||||
$result->getMessage(), 'horde.error');
|
||||
} else {
|
||||
$notification->push(_("The server was stopped."), 'horde.success');
|
||||
sleep(2);
|
||||
$notification->push(
|
||||
_("The server was stopped. Reload if still running."),
|
||||
'horde.success');
|
||||
}
|
||||
break;
|
||||
case 'start':
|
||||
|
|
Reference in New Issue