mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Fixed weird linebreaks in upgrade.php
This commit is contained in:
parent
3641a6d451
commit
c49788dd9f
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue