first commit
This commit is contained in:
7
web/image.php
Normal file
7
web/image.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
try {
|
||||
(new Image())->run();
|
||||
} catch (UnexpectedValueException $e) {
|
||||
http_response_code(404);
|
||||
}
|
||||
Reference in New Issue
Block a user