Update Trader_config.php

This commit is contained in:
vbawol
2013-04-22 10:23:27 -05:00
parent 344873110e
commit 56cda3c2a3

View File

@@ -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'])){
}
}
?>
?>