projects
/
mpd-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Удаление списков.
[mpd-web.git]
/
index.php
diff --git
a/index.php
b/index.php
index 40c64d8a6b1b990939f0380b2bba2bd0b2b4bbcf..7ed34f33557a1215f8f0332b1c9583a5d47e45cf 100644
(file)
--- 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){
$mpd = new mpd($mpd_host,$mpd_port,$mpd_password);
if($mpd->connected != 1){
- echo "
Not Connected to Server
";
+ echo "
Нет соединения с сервером!
";
exit(1);
}
exit(1);
}