mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18408 57fcd75e-5312-0410-8df3-f5eb6fbb1595
8 lines
163 B
PHP
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';
|