Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
7
lib/kohana/system/config/routes.php
Normal file
7
lib/kohana/system/config/routes.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
/**
|
||||
* @package Core
|
||||
*
|
||||
* Sets the default route to "welcome"
|
||||
*/
|
||||
$config['_default'] = 'welcome';
|
||||
Reference in New Issue
Block a user