Files
gallery3/kohana/config/routes.php
T

8 lines
163 B
PHP

<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* @package Core
*
* Sets the default route to "welcome"
*/
$config['_default'] = 'welcome';