diff options
author | rub <rub@piwigo.org> | 2007-01-11 21:55:17 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-01-11 21:55:17 +0000 |
commit | d0c2de854f17846d4bf937fc7ed95a5a6a4a85c1 (patch) | |
tree | 2bf858b8d64399af8899cd1ce61acde002522e06 /include/config_default.inc.php | |
parent | e6ce7a1e4e91f0e7bb9555c9e2681dd6232bbee9 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 6 |
1 files changed, 4 insertions, 2 deletions
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' ); ?> |