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:
aoneil 2007-09-27 23:27:47 +00:00
parent da2608ac76
commit 536708f898
1 changed files with 2 additions and 2 deletions

View File

@ -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();