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]
/
ajax
/
playerstate.php
1
<?php
2
3
include('mpd.php');
4
5
echo $mpd->state;
6
7
?>