mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
typo
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user