aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index f477fc267..2f61f5584 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -570,12 +570,13 @@ $conf['enable_plugins']=true;
// +-----------------------------------------------------------------------+
// Pages where filter is enabled
// Other pages cancel current filter
+// Array of basename without file extention
$conf['filter_pages'] = array
(
- 'about.php', 'action.php', 'admin.php', 'comments.php',
- 'index.php', 'picture.php', 'popuphelp.php', 'profile.php',
- 'qsearch.php', 'random.php', 'register.php', 'search.php',
- 'search_rules.php', 'tags.php', 'upload.php'
+ 'about', 'action', 'admin', 'comments',
+ 'index', 'picture', 'popuphelp', 'profile',
+ 'qsearch', 'random', 'register', 'search',
+ 'search_rules', 'tags', 'upload'
);
?>