diff options
Diffstat (limited to 'system/config/routes.php')
-rw-r--r-- | system/config/routes.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/config/routes.php b/system/config/routes.php new file mode 100644 index 00000000..c677fde0 --- /dev/null +++ b/system/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'; |