mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 17:07:17 +00:00
fix: oasis population installation step uses MySQLi
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
|
|
||||||
if(!isset($_SESSION)) session_start();
|
|
||||||
$gameinstall = 1;
|
|
||||||
include ("../../GameEngine/config.php");
|
|
||||||
include ("../../GameEngine/Database.php");
|
|
||||||
include ("../../GameEngine/Admin/database.php");
|
|
||||||
|
|
||||||
|
|
||||||
mysql_connect(SQL_SERVER, SQL_USER, SQL_PASS);
|
|
||||||
mysql_select_db(SQL_DB);
|
|
||||||
|
|
||||||
$database->populateOasisdata();
|
|
||||||
$database->populateOasis();
|
|
||||||
$database->populateOasisUnits2();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
header("Location: ../index.php?s=6");
|
|
||||||
|
|
||||||
?>
|
|
||||||
Reference in New Issue
Block a user