Changeset 1690 for trunk/include/config_default.inc.php
- Timestamp:
- Jan 2, 2007, 11:37:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r1682 r1690 571 571 // Pages where filter is enabled 572 572 // Other pages cancel current filter 573 // Array of basename without file extention 573 574 $conf['filter_pages'] = array 574 575 ( 575 'about .php', 'action.php', 'admin.php', 'comments.php',576 'index .php', 'picture.php', 'popuphelp.php', 'profile.php',577 'qsearch .php', 'random.php', 'register.php', 'search.php',578 'search_rules .php', 'tags.php', 'upload.php'576 'about', 'action', 'admin', 'comments', 577 'index', 'picture', 'popuphelp', 'profile', 578 'qsearch', 'random', 'register', 'search', 579 'search_rules', 'tags', 'upload' 579 580 ); 580 581
Note: See TracChangeset
for help on using the changeset viewer.