Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $handle = @imagecreatefromstring($data);
- if (!self::isValidImageHandle($handle))
- {
- JError::raiseError(500, JText::_('JLIB_GDIMAGE_ERROR_INVALID_SOURCE') );
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement