Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- } else {
- if ($validHeight && $validWidth) {
- if ($height <= 64 && $width <= 128 && $uuid == "37108ab7-955b-11e7-8f50-901b0edaca68") {
- return true;
- } else {
- throw new InvalidImageSizeException();
- }
- } else {
- throw new InvalidImageSizeException();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment