mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 06:06:09 +00:00
fix: installation_done file creation in root works now
This commit is contained in:
@@ -24,7 +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");
|
||||
touch("../installation_done");
|
||||
?>
|
||||
<p>
|
||||
<center><font size="4"><a href="<?php echo HOMEPAGE; ?>">> My TravianZ homepage <</font></a></center>
|
||||
|
||||
Reference in New Issue
Block a user