From d0c2de854f17846d4bf937fc7ed95a5a6a4a85c1 Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 11 Jan 2007 21:55:17 +0000 Subject: Undo Revision: 1711 for filter.inc.php & config_default.php. Restore last comportment. admin page on config_default.php is normal. But keep remove unused/forgotten code and best save data. git-svn-id: http://piwigo.org/svn/trunk@1715 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 497c2d4f1..2f61f5584 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -573,8 +573,10 @@ $conf['enable_plugins']=true; // Array of basename without file extention $conf['filter_pages'] = array ( - 'comments', 'index', 'picture', 'qsearch', - 'random', 'search', 'tags', 'upload' + 'about', 'action', 'admin', 'comments', + 'index', 'picture', 'popuphelp', 'profile', + 'qsearch', 'random', 'register', 'search', + 'search_rules', 'tags', 'upload' ); ?> -- cgit v1.2.3