mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 04:14:22 +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.
|
||||
</p>
|
||||
|
||||
<?php include("../GameEngine/config.php"); ?>
|
||||
<?php include("../GameEngine/config.php");
|
||||
$time = time();
|
||||
rename("../install/","../installed_".$time);
|
||||
?>
|
||||
<p>
|
||||
<center><font size="4"><a href="<?php echo HOMEPAGE; ?>">> My TravianZ homepage <</font></a></center>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user