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