Skip to content

Commit 759e379

Browse files
committed
Small upgrader UI fixes
Signed-off-by: snipe <[email protected]>
1 parent c50b147 commit 759e379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upgrade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function url_get_contents ($Url) {
261261

262262
if(!$skip_php_checks){
263263
echo "\n\e[95m--------------------------------------------------------\n";
264-
echo "STEP 2: Checking PHP requirements: (Required PHP >=". $php_min_works. " - <".$php_max_wontwork.") \e[39m\n";
264+
echo "STEP 2: Checking PHP requirements: (Required PHP >=". $php_min_works. " - <".$php_max_wontwork.")\n";
265265
echo "--------------------------------------------------------\e[39m\n\n";
266266

267267
if ((version_compare(phpversion(), $php_min_works, '>=')) && (version_compare(phpversion(), $php_max_wontwork, '<'))) {
@@ -540,7 +540,7 @@ function url_get_contents ($Url) {
540540
exec('php artisan down', $down_results, $return_code);
541541
echo '-- ' . implode("\n", $down_results) . "\n";
542542
if ($return_code > 0) {
543-
die("Something went wrong with downing your site. This can't be good. Please investigate the error. Aborting!n\n");
543+
die("Something went wrong with downing your site. This can't be good. Please investigate the error. Aborting!\n\n");
544544
}
545545
unset($return_code);
546546

0 commit comments

Comments
 (0)