projects
/
mpd-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Вычищение старых конструкций PHP + многочисленная доводка по мелочи.
[mpd-web.git]
/
index.php
diff --git
a/index.php
b/index.php
index 7ed34f33557a1215f8f0332b1c9583a5d47e45cf..ddf52bf681d64265493d652754bd7a0135c3d901 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){
- echo "
Нет соединения с сервером
!";
+ echo "
Server not available
!";
exit(1);
}