Files
kupshop/web/image.php
2025-08-02 16:30:27 +02:00

8 lines
110 B
PHP

<?php
try {
(new Image())->run();
} catch (UnexpectedValueException $e) {
http_response_code(404);
}