mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-15 07:41:00 +00:00
Fixed install bug
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
include ("../../GameEngine/config.php");
|
||||||
include ("../../GameEngine/Database.php");
|
include ("../../GameEngine/Database.php");
|
||||||
include ("../../GameEngine/Admin/database.php");
|
include ("../../GameEngine/Admin/database.php");
|
||||||
include ("../../GameEngine/config.php");
|
|
||||||
|
|
||||||
|
|
||||||
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
|
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
|
||||||
|
|||||||
Reference in New Issue
Block a user