Fix redirect
This commit is contained in:
parent
3034b501eb
commit
225bcff21b
|
@ -30,7 +30,7 @@ $nlength = $ndata->nlength;
|
|||
|
||||
# Setup JSON
|
||||
|
||||
$newURL = "http://192.168.1.180:9890/guestbook/index.html";
|
||||
$newURL = "https://" . $_SERVER['SERVER_NAME'] . "/guestbook/index.html";
|
||||
|
||||
# Check name and message
|
||||
if ($name == "") {
|
||||
|
|
Loading…
Reference in New Issue