mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
flush when rewrite test is forced
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@42756 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
da2608ac76
commit
536708f898
@ -8,8 +8,8 @@ if($baseURL == "/") {
|
||||
}
|
||||
|
||||
if(isset($_REQUEST['force'])) {
|
||||
echo "Forced continue, attempting to redirect to <a href=\"home/successfullyinstalled\">home/successfullyinstalled</a>.
|
||||
<script>setTimeout(function() { window.location.href = 'home/successfullyinstalled'; }, 1000);</script>";
|
||||
echo "Forced continue, attempting to redirect to <a href=\"home/successfullyinstalled?flush=1\">home/successfullyinstalled</a>.
|
||||
<script>setTimeout(function() { window.location.href = 'home/successfullyinstalled?flush=1'; }, 1000);</script>";
|
||||
} else {
|
||||
$modRewriteWorking = performModRewriteTest();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user