X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=installer%2Finstall.pl;h=e407bfd092c963703b8913098a0fc4c93ff41662;hb=fc60e7413c43240628ce054b175fa1d1c89c9b73;hp=02e7fe960b1cffd2e48fed85dc80d6c9e7b3d1b1;hpb=fc4ad534d09e3f638f015413519134148d011769;p=koha.git diff --git a/installer/install.pl b/installer/install.pl index 02e7fe960b..e407bfd092 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -688,6 +688,7 @@ else { my ($version) = $rq->fetchrow; if ($version) { $query->redirect("install.pl?step=3"); + exit; } } }