X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/e05325ceb8b812fc40b7c3475c59602dde9efdae..b925727e21a52321766eb06d4d879ad9f7be3e04:/ajax/mpd.php?ds=inline diff --git a/ajax/mpd.php b/ajax/mpd.php index 9f435e2..dd4df8e 100644 --- a/ajax/mpd.php +++ b/ajax/mpd.php @@ -7,7 +7,7 @@ include('../system/helper.php'); $mpd = new mpd($mpd_host,$mpd_port,$mpd_password); if($mpd->connected != 1){ - echo "Not Connected to Server"; + echo "Server not available!"; exit(1); }