diff --git a/install/index.php b/install/index.php index 247e248..750b6e4 100755 --- a/install/index.php +++ b/install/index.php @@ -580,6 +580,10 @@ php composer.phar install

Then, please reload the page.

$("#step3").hide(); $("#step4").show(); }); + + $(".reload").click(function(){ + location.reload(); + });