Example #1
0
<?php

require '_includes/startup.php';
$roteador = new Controller($reg);
$roteador->delegate();