diff --git a/index.php b/index.php index 90718c8dce503..61e8a05bb3311 100644 --- a/index.php +++ b/index.php @@ -26,14 +26,4 @@ */ require(dirname(__FILE__).'/config/config.inc.php'); -/*$countries = new Collection('Country', 1); -$countries->where('zone.name', '=', 'Asia'); - -echo '
'; -$countries->getAll(true); -exit; -foreach ($countries->getAll(true) as $country) - echo $country->name.'
'; - -exit;*/ Dispatcher::getInstance()->dispatch(); \ No newline at end of file