mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Merge branch 'master' of https://github.com/Shadowss/TravianZ
Conflicts: Admin/admin.php
This commit is contained in:
@@ -11,10 +11,19 @@
|
||||
#################################################################################
|
||||
|
||||
session_start();
|
||||
<<<<<<< HEAD
|
||||
include_once("../GameEngine/Database.php");
|
||||
include_once("../GameEngine/Admin/database.php");
|
||||
include_once("../GameEngine/Data/buidata.php");
|
||||
include_once ("../GameEngine/Lang/" . LANG . ".php");
|
||||
=======
|
||||
include("../GameEngine/Database.php");
|
||||
include("../GameEngine/Admin/database.php");
|
||||
include("../GameEngine/config.php");
|
||||
include("../GameEngine/Data/buidata.php");
|
||||
// TODO: Should we including Session.php here instead?
|
||||
include_once ("../GameEngine/Lang/" . LANG . ".php");
|
||||
>>>>>>> c9cc7c1f0a714bc65502dce1fd28edb31c59e092
|
||||
|
||||
class timeFormatGenerator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user