diff --git a/index.php b/index.php index 0c56cf05..7d7ec7e2 100755 --- a/index.php +++ b/index.php @@ -30,4 +30,4 @@ session_start(); require 'core/core.php'; $core = new core; spl_autoload_register('core::autoload'); -echo $core->router(); +echo $core->router(); \ No newline at end of file