X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/40bb089389b428c836f544e2d94a48dfae415229..b925727e21a52321766eb06d4d879ad9f7be3e04:/index.php diff --git a/index.php b/index.php index 7ed34f3..ddf52bf 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ include('system/helper.php'); $mpd = new mpd($mpd_host,$mpd_port,$mpd_password); if($mpd->connected != 1){ - echo "Нет соединения с сервером!"; + echo "Server not available!"; exit(1); }