<?php

require_once 'classes/controller.php';
//error_reporting(E_ALL & ~E_NOTICE);
$obj = new Controller();
$obj->routeByControlVar($_POST);
?>