diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ <?php -require __DIR__.'/app/common.php'; - try { + require __DIR__.'/app/common.php'; $container['router']->dispatch($_SERVER['REQUEST_URI'], isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : ''); } catch (Exception $e) { echo 'Internal Error: '.$e->getMessage(); |