Installation script refuses to run again after completed install.

This is achieved by leaving special file in install/ directory.
This commit is contained in:
uroskn
2016-07-02 22:58:57 +02:00
parent 7eee626408
commit 5fc5c76b72
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ All the files are placed. The database is created, so you can now start playing
<?php include("../GameEngine/config.php");
$time = time();
rename("../install/","../installed_".$time);
touch("installation_done");
?>
<p>
<center><font size="4"><a href="<?php echo HOMEPAGE; ?>">> My TravianZ homepage <</font></a></center>