Fixed "Go to homepage" link in setup
This commit is contained in:
@@ -81,10 +81,10 @@ header("Location: setup.php?step=4");
|
||||
}
|
||||
|
||||
if ($step == '4') {
|
||||
echo "Setup done,removed unnecessary setup files<br><a href='/'>Go to index</a>";
|
||||
unlink("$sqlfileName");
|
||||
unlink("$sampleconfigfilePath");
|
||||
unlink('setup.php');
|
||||
echo "Setup done,removed unnecessary setup files<br><a href='./'>Go to index</a>";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user