Changing the url of the submit.php redirect

This commit is contained in:
2019-04-22 21:29:03 -04:00
committed by GitHub
parent 7c7b854314
commit 55dfdf84e9

View File

@@ -61,6 +61,6 @@ $conn->close()
?>
<script>
location.replace("http://ec2-18-217-5-198.us-east-2.compute.amazonaws.com/index.php");
location.replace("http://ec2-13-58-8-152.us-east-2.compute.amazonaws.com/index.php");
</script>