summaryrefslogtreecommitdiff
path: root/system/config/routes.php
blob: c677fde0e1b9f70605f4183148edc92fa419622f (plain)
1
2
3
4
5
6
7
<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
 * @package  Core
 *
 * Sets the default route to "welcome"
 */
$config['_default'] = 'welcome';