Merge pull request #170 from cosme12/patch-5

Installation security increased
This commit is contained in:
Shadow
2015-04-08 08:10:32 +03:00
+4 -1
View File
@@ -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>