Changing the url of the submit.php redirect

This commit is contained in:
Clayton Wilson 2019-04-22 21:29:03 -04:00 committed by GitHub
parent 7c7b854314
commit 55dfdf84e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>