Currently the server url is hardcoded to 127.0.01. Change this so that the server url name will be correct when the server has a different url. ```php $message .= '<a href="http://127.0.0.1:7000/detail?'; ```
Currently the server url is hardcoded to 127.0.01. Change this so that the server url name will be correct when the server has a different url.