Browse Source
Tested calls with a response string and it was not extracting the ID.
Used @wilddom's fork ID parsing and it works.
Did not include get_root again as he did ($_domain_name comes with appropriate string).
His fork: 931f93c5bb
Only thing I wanted now was to disable/fix the `get_root` so it does not use the main domain when it fails on a subdomain.
For example, if it fails on sub.domain.com it will try with domain.com and since I have both on Dynu, I don't really want that (I want it to just fail and then try again later).
I guess I will open an issue for that...
pull/1830/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue