1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
This commit is contained in:
Mzhelskiy Maxim 2009-09-07 08:49:16 +00:00
parent 2206990ff8
commit 064e4ff0e4

View file

@ -374,7 +374,6 @@ $config['router']['page']['link'] = 'ActionLink';
$config['router']['page']['question'] = 'ActionQuestion'; $config['router']['page']['question'] = 'ActionQuestion';
$config['router']['page']['blogs'] = 'ActionBlogs'; $config['router']['page']['blogs'] = 'ActionBlogs';
$config['router']['page']['search'] = 'ActionSearch'; $config['router']['page']['search'] = 'ActionSearch';
$config['router']['page']['tools'] = 'ActionTools';
// Глобальные настройки роутинга // Глобальные настройки роутинга
$config['router']['config']['action_default'] = 'index'; $config['router']['config']['action_default'] = 'index';
$config['router']['config']['action_not_found'] = 'error'; $config['router']['config']['action_not_found'] = 'error';