mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-04-30 18:42:43 +02:00
security improvement and code refactorization
This commit is contained in:
@@ -113,19 +113,19 @@ $display_info_checkboxes = array(
|
||||
);
|
||||
|
||||
$filters_names_checkboxes = array(
|
||||
"words",
|
||||
"tags",
|
||||
"post_date",
|
||||
"creation_date",
|
||||
"album",
|
||||
"author",
|
||||
"added_by",
|
||||
"file_type",
|
||||
"ratio",
|
||||
"rating",
|
||||
"file_size",
|
||||
"height",
|
||||
"width"
|
||||
'words',
|
||||
'tags',
|
||||
'post_date',
|
||||
'creation_date',
|
||||
'album',
|
||||
'author',
|
||||
'added_by',
|
||||
'file_type',
|
||||
'ratio',
|
||||
'rating',
|
||||
'file_size',
|
||||
'height',
|
||||
'width'
|
||||
);
|
||||
|
||||
// image order management
|
||||
|
||||
Reference in New Issue
Block a user