This website works better with JavaScript.
Explore
Help
Sign In
santic
/
radio
Watch
1
Star
0
Fork
You've already forked radio
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Web radio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Commits
2
Branches
0
Tags
964 KiB
Tag:
Branch:
Tree:
a1bd4295cc
master
new_ver
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a1bd4295cc'
${ noResults }
radio
/
trackname.php
2 lines
34 B
Raw
Normal View
History
Unescape
Escape
int commit
5 years ago
<?php
echo
exec
(
'mpc current'
);
?>