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
This commit is contained in:
rub
2007-01-11 21:55:17 +00:00
parent e6ce7a1e4e
commit d0c2de854f
2 changed files with 83 additions and 70 deletions
+4 -2
View File
@@ -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'
);
?>