Made things look a little nicer

This commit is contained in:
William Miceli
2019-12-03 22:24:42 -05:00
parent dff8bd9306
commit 4139767a22
14 changed files with 77 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
<?php
$db_server = "localhost";
$db_name = "friendBook";
$db_name = "friendbook";
$db_username = "web";
$db_password = "Password456";