Fixed weird linebreaks in upgrade.php

This commit is contained in:
snipe 2020-11-10 09:08:13 -08:00
parent 3641a6d451
commit c49788dd9f

View file

@ -45,8 +45,8 @@ if (version_compare(PHP_VERSION, $required_version, '<')) {
exit;
} else {
echo "PHP version: " . PHP_VERSION . " is at least ".$required_version." - continuing... \n\n";
echo sprintf("The php.ini used by PHP: %s\n\n", get_cfg_var('cfg_file_path'));
echo "PHP version: " . PHP_VERSION . " is at least ".$required_version." - continuing... \n";
echo sprintf("The php.ini used by PHP: %s\n\n", get_cfg_var('cfg_file_path'))."\n\n";
}
$ext_check = '';