1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Issue 500 header if Captcha image fails.

This commit is contained in:
Cameron
2018-08-13 11:11:32 -07:00
parent acfaf2df8e
commit fd8bb93192
3 changed files with 5 additions and 1 deletions

View File

@@ -265,7 +265,9 @@ class secure_image
}
else
{
echo "Render Failed";
http_response_code(500);
exit;
}