mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-28 14:17:15 +00:00
Merge pull request #170 from cosme12/patch-5
Installation security increased
This commit is contained in:
@@ -13,7 +13,10 @@ Thanks for installing TravianZ.
|
|||||||
All the files are placed. The database is created, so you can now start playing on your own Travian.
|
All the files are placed. The database is created, so you can now start playing on your own Travian.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<?php include("../GameEngine/config.php"); ?>
|
<?php include("../GameEngine/config.php");
|
||||||
|
$time = time();
|
||||||
|
rename("../install/","../installed_".$time);
|
||||||
|
?>
|
||||||
<p>
|
<p>
|
||||||
<center><font size="4"><a href="<?php echo HOMEPAGE; ?>">> My TravianZ homepage <</font></a></center>
|
<center><font size="4"><a href="<?php echo HOMEPAGE; ?>">> My TravianZ homepage <</font></a></center>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user