mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
15 lines
326 B
PHP
Executable File
15 lines
326 B
PHP
Executable File
<?php
|
|
|
|
|
|
if(!isset($_SESSION)) session_start();
|
|
$gameinstall = 1;
|
|
include ("../../GameEngine/config.php");
|
|
include ("../../GameEngine/Database.php");
|
|
|
|
$database->populateOasisdata();
|
|
$database->populateOasis();
|
|
$database->populateOasisUnits2();
|
|
|
|
header("Location: ../index.php?s=6");
|
|
|
|
?>
|