projects
/
mpd-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Веб-интерфейс к MPD.
[mpd-web.git]
/
config
/
config.php
1
<?php
2
3
$mpd_host ="localhost";
4
$mpd_port = "6600";
5
$mpd_password = "mypassword"
6
7
?>