diff --git a/install/views/composer-installation.html b/install/views/composer-installation.html index d5837f5..1666ab7 100644 --- a/install/views/composer-installation.html +++ b/install/views/composer-installation.html @@ -56,7 +56,7 @@ method: 'post', success: function(state) { if(state == 'true') { - location.replace(location.pathname.replace('/install/index.php', '')); + location.replace(location.pathname.replace('install/index.php', '')); } else if(statusElement.text() != state) { statusElement.text(state); }