From 81843410ac68f3e9b7e862e5547235c52b4321e2 Mon Sep 17 00:00:00 2001 From: Larry Lam Date: Wed, 30 Jan 2019 16:36:06 -0800 Subject: [PATCH] change default --- config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.php b/config.php index 8c6c00c..cb19aa8 100644 --- a/config.php +++ b/config.php @@ -9,10 +9,10 @@ Please read the "Readme.txt for license agreement, installtion and usage instruc $superbowlURL = "http://www.vnlisting.com/superbowl"; //make changes accordingly to your database -$hostname = "lukhach.powwebmysql.com"; -$database = "superbowl_51"; -$username = "superbowl51"; -$password = "vnlisting"; +$hostname = "localhost"; +$database = "superbowl"; +$username = "superbowl"; +$password = "password"; $db = mysql_connect($hostname, $username, $password); $db_select = mysql_select_db($database, $db) or mysql_error(); ?>