mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
New: non picture files are now logged in history when downloaded. The
history filter was redesigned: #history.is_high replaced by #history.image_type = high. The filter is simpler. git-svn-id: http://piwigo.org/svn/trunk@1844 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -127,8 +127,11 @@ if ( empty($file) )
|
||||
}
|
||||
|
||||
if ($_GET['part'] == 'h') {
|
||||
$is_high = true;
|
||||
pwg_log($_GET['id'], $is_high);
|
||||
pwg_log($_GET['id'], 'high');
|
||||
}
|
||||
else if ($_GET['part'] == 'e')
|
||||
{
|
||||
pwg_log($_GET['id'], 'other');
|
||||
}
|
||||
|
||||
$http_headers = array();
|
||||
|
||||
Reference in New Issue
Block a user