X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/e05325ceb8b812fc40b7c3475c59602dde9efdae..40bb089389b428c836f544e2d94a48dfae415229:/index.php diff --git a/index.php b/index.php index 40c64d8..7ed34f3 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 "Not Connected to Server"; + echo "Нет соединения с сервером!"; exit(1); }