refresh with keep current url

This commit is contained in:
TPLinux
2017-06-30 03:39:44 +00:00
committed by GitHub
parent 9fd2f4de22
commit 1b3838ac5c
+1
View File
@@ -62,3 +62,4 @@ $building->loadBuilding();
$the_link = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
header('Location: '. $the_link);
} ?>