summaryrefslogtreecommitdiff
path: root/kohana/config/routes.php
blob: 54fdc343b018947be3f911466459ca16bfb29479 (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';