<?phpsession_start();require('app/fn/fn.php');require('./vendor/autoload.php');$app=newWcms\Application();$app->wakeup();try{$matchoper=newWcms\Routes();$matchoper->match();}catch(Exception$e){echo'<h1>⚠ Woops ! There is a little problem : </h1>',$e->getMessage(),"\n";}?>