mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-23 11:37:14 +00:00
chore: restoration of accidentally removed oasis installation step
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
if(!isset($_SESSION)) session_start();
|
||||||
|
$gameinstall = 1;
|
||||||
|
include ("../../GameEngine/config.php");
|
||||||
|
include ("../../GameEngine/Database.php");
|
||||||
|
include ("../../GameEngine/Admin/database.php");
|
||||||
|
|
||||||
|
|
||||||
|
$conn = mysqli_connect(SQL_SERVER, SQL_USER, SQL_PASS);
|
||||||
|
mysqli_select_db($conn, SQL_DB);
|
||||||
|
|
||||||
|
$database->populateOasisdata();
|
||||||
|
$database->populateOasis();
|
||||||
|
$database->populateOasisUnits2();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
header("Location: ../index.php?s=6");
|
||||||
|
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user