Minor change

This commit is contained in:
netkas 2024-12-23 21:21:30 -05:00
parent 7e4b02bc04
commit 830133d102
2 changed files with 87 additions and 81 deletions

View file

@ -127,6 +127,12 @@
return; return;
} }
} }
else
{
http_response_code(400);
print('External domains are not supported yet');
return;
}
try try
{ {