mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
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:
@@ -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'
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user