Skip to content

Commit

Permalink
map to html page
Browse files Browse the repository at this point in the history
  • Loading branch information
etl12003 committed Mar 25, 2017
1 parent 6648c07 commit 2e42fd1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions html-ONLY-site/map.php → html-ONLY-site/map.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
<?php

$servername = "wellreportapp.uconn.edu";
$username = "db10e41481317066";
$password = "jXLUjNG/cQxm4VJ1SionhDKdcT4BT1Dos7sZMddIapa/8LYDpDNz+3hwGCz8Shon";

// Create connection
$conn = new mysqli($servername, $username, $password);

// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";

?>

<!doctype html>
<html class="no-js" lang="">
Expand Down

0 comments on commit 2e42fd1

Please sign in to comment.