<?php if (core::ifPost("from")) { backup::delete(core::getPost("file")); header("Location: /parametres.html"); exit(); } else { header('HTTP/1.0 401 Unauthorized'); exit(); }