Small fix

This commit is contained in:
William Miceli
2019-11-24 23:00:10 -05:00
parent cef19f325d
commit e7edd119f9

View File

@@ -33,7 +33,7 @@ $user = "William"; // Testing with until we have login working
print $row['message'] . "\t";
}
mysqli_close($db);
mysqli_close($connection);
?>
</body>