<?php
    make_cookie
('notice''This page does not exist.');
    
header('Location: ./?s=finished');
?>