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 40c64d8a6b1b990939f0380b2bba2bd0b2b4bbcf..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 "
Not Connected to Server
";
+ echo "
Server not available!
";
exit(1);
}