map('GET|POST',"/","test"); $match=$router->match(); if(!$match){echo "404"; die;} if($match){ $cont = new Controller(); } ?>