Anonim / 2 years, 5 months ago | Download | Plaintext | Odpowiedz |

1
2
3
4
<?php
exec('mplayer -slave -playlist /var/www/aac_np.pls &', $output);
echo implode('<br />', $output);
?>