Fixed weird linebreaks in upgrade.php
This commit is contained in:
parent
3641a6d451
commit
c49788dd9f
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ if (version_compare(PHP_VERSION, $required_version, '<')) {
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
echo "PHP version: " . PHP_VERSION . " is at least ".$required_version." - continuing... \n\n";
|
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'));
|
echo sprintf("The php.ini used by PHP: %s\n\n", get_cfg_var('cfg_file_path'))."\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$ext_check = '';
|
$ext_check = '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue