Add formatters
This commit is contained in:
@@ -2,6 +2,4 @@
|
||||
|
||||
require __DIR__.'/app/common.php';
|
||||
|
||||
if (! $container['router']->dispatch($_SERVER['REQUEST_URI'], isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '')) {
|
||||
die('Page not found!');
|
||||
}
|
||||
$container['router']->dispatch($_SERVER['REQUEST_URI'], isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '');
|
||||
|
||||
Reference in New Issue
Block a user