1 2 3 4 5 6 7 8
<?php try { require __DIR__.'/app/common.php'; $container['router']->dispatch(); } catch (Exception $e) { echo 'Internal Error: '.$e->getMessage(); }