change path

This commit is contained in:
3x0k1d 2025-05-05 08:19:32 +03:00
parent 77a8025b7f
commit caec6af412

View File

@ -9,7 +9,7 @@ $checker = new BaseModule(
$checker->printInfo(); $checker->printInfo();
function imageTricks($pathToImage) { function imageTricks($pathToImage) {
$im = new Imagick("test.png"); $im = new Imagick($pathToImage);
$im->thumbnailImage(200, null); $im->thumbnailImage(200, null);