Skip to content

Commit

Permalink
Update remove_installer.processor.php
Browse files Browse the repository at this point in the history
Update the URL the browser is redirected after install. Original URL was not working as expected, it does not display Evolution CMS manager menu.
  • Loading branch information
mplavala authored Jan 22, 2022
1 parent 9c6a43f commit 20ec677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/processors/remove_installer.processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ function rmdirRecursive($path, $followLinks = false)
echo "<script>alert('" . addslashes($msg) . "');</script>";
}

echo "<script>window.location='../index.php?a=2';</script>";
echo "<script>window.location='../#?a=2';</script>";


0 comments on commit 20ec677

Please sign in to comment.