prod cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ $conn = new mysqli($servername, $username, $password);
|
|||||||
if ($conn->connect_error) {
|
if ($conn->connect_error) {
|
||||||
die("Connection failed: " . $conn->connect_error);
|
die("Connection failed: " . $conn->connect_error);
|
||||||
}
|
}
|
||||||
echo "Connected successfully";
|
//echo "Connected successfully";
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user