From 064e4ff0e4ce7b9ef8f48ba99542c5a88679ab3a Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Mon, 7 Sep 2009 08:49:16 +0000 Subject: [PATCH] --- config/config.php | 1 - 1 file changed, 1 deletion(-) 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';