diff options
Diffstat (limited to 'i.php')
-rw-r--r-- | i.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -246,10 +246,6 @@ function parse_request() ierror('Invalid crop', 400); } $greatest = ImageStdParams::get_by_type(IMG_XXLARGE); - if ($params->max_width() > $greatest->max_width() || $params->max_height() > $greatest->max_height()) - { - ierror('Too big', 403); - } $key = array(); $params->add_url_tokens($key); |