2025-08-06 18:11:51 +02:00

10 lines
160 B
PHP

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