1.12.01 default RFM thumb size

This commit is contained in:
Fred Tempez 2024-09-07 08:11:24 +02:00
parent 511a6ff0bb
commit 8756162428
2 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,7 @@ class common
const ACCESS_TIMER = 1800;
// Numéro de version
const ZWII_VERSION = '1.12.00';
const ZWII_VERSION = '1.12.01';
// URL autoupdate
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/';

View File

@ -1506,8 +1506,9 @@ class UploadHandler
}
$thumbResult = create_img($targetFile, $targetFileThumb, 122, 91);
$newWidth = 640;
$newHeight = 480;
$thumbResult = create_img($targetFile, $targetFileThumb, $newWidth, $newHeight);
if ( $thumbResult!==true)
{