Initial Kohana install
[speedfreak] / Server / system / config / routes.php
diff --git a/Server/system/config/routes.php b/Server/system/config/routes.php
new file mode 100644 (file)
index 0000000..c677fde
--- /dev/null
@@ -0,0 +1,7 @@
+<?php defined('SYSPATH') OR die('No direct access allowed.');
+/**
+ * @package  Core
+ *
+ * Sets the default route to "welcome"
+ */
+$config['_default'] = 'welcome';