VilesciFrameset

This commit is contained in:
Paminger
2016-03-01 08:13:14 +01:00
parent 642ba3a2dc
commit 2355facd39
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| and disable it back when you're done.
|
*/
$config['migration_enabled'] = FALSE;
$config['migration_enabled'] = TRUE;
/*
|--------------------------------------------------------------------------
+1 -1
View File
@@ -51,6 +51,6 @@ defined('BASEPATH') OR exit('No direct script access allowed');
*/
$route['person/(:any)'] = 'person/view/$1';
$route['person'] = 'person';
$route['default_controller'] = 'welcome';
$route['default_controller'] = 'Vilesci';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;