Minor change
This commit is contained in:
parent
7e4b02bc04
commit
830133d102
2 changed files with 87 additions and 81 deletions
|
@ -127,6 +127,12 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
http_response_code(400);
|
||||||
|
print('External domains are not supported yet');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue