diff --git a/install/index.php b/install/index.php index 658ee18..e6de1f1 100755 --- a/install/index.php +++ b/install/index.php @@ -269,6 +269,12 @@ else if (isset($_POST['install'])) { border-radius: 5px; display: inline-block; } + .reload { + background-color: #154472; + padding: 10px; + border-radius: 5px; + display: inline-block; + }
@@ -407,7 +413,7 @@ else if (isset($_POST['install'])) { if ($phpconfig['filter'] && $phpconfig['tidy'] && $phpconfig['curl'] && $phpconfig['parallel'] && $phpconfig['gd']) { echo 'Your webserver has all what it needs for ' . $app_name . ' to work properly.
'; } else { - echo 'Your webserver hasn\'t got the perfect configuration for ' . $app_name . ' to work properly, but it should work anyway.
You can try to fix some problems highlighted above.
Your webserver hasn\'t got the perfect configuration for ' . $app_name . ' to work properly, but it should work anyway.
You can try to fix some problems highlighted above.
' . $app_name . ' can\'t work on this webserver. Please fix the problems highlighted above.
'; @@ -430,14 +436,15 @@ else if (isset($_POST['install'])) { This method is mainly recommended if you don't have a dedicated server.curl -s http://getcomposer.org/installer | php
-php composer.phar install
Then, please reload the page.
+ Reload -