Skip to content

Commit 20ec677

Browse files
authored
Update remove_installer.processor.php
Update the URL the browser is redirected after install. Original URL was not working as expected, it does not display Evolution CMS manager menu.
1 parent 9c6a43f commit 20ec677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/processors/remove_installer.processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ function rmdirRecursive($path, $followLinks = false)
5050
echo "<script>alert('" . addslashes($msg) . "');</script>";
5151
}
5252

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

5555

0 commit comments

Comments
 (0)