<?php include "header.php"; $hash=md5($email); unlink("medias/".$hash."/".$_GET['player']); header("location:index.php"); ?>