diff options
Diffstat (limited to 'kohana/config/routes.php')
-rw-r--r-- | kohana/config/routes.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kohana/config/routes.php b/kohana/config/routes.php new file mode 100644 index 00000000..54fdc343 --- /dev/null +++ b/kohana/config/routes.php @@ -0,0 +1,7 @@ +<?php defined('SYSPATH') or die('No direct access allowed.'); +/** + * @package Core + * + * Sets the default route to "welcome" + */ +$config['_default'] = 'welcome'; |