#10098 changed message 2
This commit is contained in:
parent
3eee3d8866
commit
40d452b6c0
|
@ -24,8 +24,8 @@ if ($issues) {
|
||||||
echo '<link rel="stylesheet" type="text/css" href="include/styles/pandora.css">';
|
echo '<link rel="stylesheet" type="text/css" href="include/styles/pandora.css">';
|
||||||
echo '<div style="display:flex;align-items:center; justify-content:center;height:100%;background: linear-gradient(74deg, #02020255 36%, transparent 36%), url('.$url.'/../images/backgrounds/background_pandora_console_keys.jpg);background-repeat: repeat;">';
|
echo '<div style="display:flex;align-items:center; justify-content:center;height:100%;background: linear-gradient(74deg, #02020255 36%, transparent 36%), url('.$url.'/../images/backgrounds/background_pandora_console_keys.jpg);background-repeat: repeat;">';
|
||||||
echo '<center><div align="middle" class="license_databox w600px pdd_10px" style="background-color: white;">';
|
echo '<center><div align="middle" class="license_databox w600px pdd_10px" style="background-color: white;">';
|
||||||
echo '<img style="width: 600px" src="images/custom_logo/logo-default-pandorafms.png"><h3> Composer detected issues in your platform:</h3>';
|
echo '<img style="width: 600px" src="images/custom_logo/logo-default-pandorafms.png"><h2> Composer detected issues in your platform:</h2>';
|
||||||
echo '<div class="w90p height_100px" style="text-align:left;">';
|
echo '<div class="w90p height_100px" style="text-align:left;font-size: larger">';
|
||||||
echo sprintf(
|
echo sprintf(
|
||||||
'PandoraFMS requires PHP 8.0 to work properly and the version %s has been detected. Please update the PHP version of the system. More info %s. The latest version with PHP 7.4 support is PandoraFMS 767 hope LTS.',
|
'PandoraFMS requires PHP 8.0 to work properly and the version %s has been detected. Please update the PHP version of the system. More info %s. The latest version with PHP 7.4 support is PandoraFMS 767 hope LTS.',
|
||||||
PHP_VERSION,
|
PHP_VERSION,
|
||||||
|
|
Loading…
Reference in New Issue