From fd149eb75235dc134603f0768ec8263bb4d7ce3d Mon Sep 17 00:00:00 2001 From: vbawol Date: Mon, 22 Apr 2013 13:45:35 -0500 Subject: [PATCH] typo --- Server Files/PHP/Trader_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server Files/PHP/Trader_config.php b/Server Files/PHP/Trader_config.php index ffbfb835e..7b8fc3a0f 100644 --- a/Server Files/PHP/Trader_config.php +++ b/Server Files/PHP/Trader_config.php @@ -7,9 +7,9 @@ Use at your own risk this code may have bugs. error_reporting(E_ALL); ini_set('display_errors', '1'); -$host = "108.168.163.162"; +$host = "localhost"; $port = "3306"; -$user = "user"; +$user = "USER"; $db = "dayz_epoch"; $pass = "PASS";