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