From 56cda3c2a34df708da4e9b20e48445eac8b6eb14 Mon Sep 17 00:00:00 2001 From: vbawol Date: Mon, 22 Apr 2013 10:23:27 -0500 Subject: [PATCH] Update Trader_config.php --- 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..4967df8ea 100644 --- a/Server Files/PHP/Trader_config.php +++ b/Server Files/PHP/Trader_config.php @@ -7,7 +7,7 @@ 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"; $db = "dayz_epoch"; @@ -596,4 +596,4 @@ if(isset($_GET['tid'])){ } } -?> \ No newline at end of file +?>