diff --git a/setup.php b/setup.php index cb3d87f..792a0bf 100644 --- a/setup.php +++ b/setup.php @@ -81,10 +81,10 @@ header("Location: setup.php?step=4"); } if ($step == '4') { - echo "Setup done,removed unnecessary setup files
Go to index"; unlink("$sqlfileName"); unlink("$sampleconfigfilePath"); unlink('setup.php'); + echo "Setup done,removed unnecessary setup files
Go to index"; } ?> \ No newline at end of file