This commit is contained in:
vbawol
2013-04-22 13:45:35 -05:00
parent 344873110e
commit fd149eb752

View File

@@ -7,9 +7,9 @@ Use at your own risk this code may have bugs.
error_reporting(E_ALL); error_reporting(E_ALL);
ini_set('display_errors', '1'); ini_set('display_errors', '1');
$host = "108.168.163.162"; $host = "localhost";
$port = "3306"; $port = "3306";
$user = "user"; $user = "USER";
$db = "dayz_epoch"; $db = "dayz_epoch";
$pass = "PASS"; $pass = "PASS";