image refresher

This commit is contained in:
2016-04-17 01:38:55 +02:00
parent 9d7e64ce22
commit 4a6a372fab
6 changed files with 20 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ switch($sAction)
$sResult = getPage($asData['path'], $asData['vars'], $sType);
break;
case 'get_poster':
$sResult = getTrimImage($asData['id'], $asData['size'], $asData['url'], $sType);
$sResult = getTrimImage($asData['id'], $asData['size'], $asData['url'], $sType, $asData['force']);
break;
default:
$sResult = file_get_contents('masks/index.html');