<?php
shell_exec('mpc play');
header('Location: /index.php');
?>