From 4feb99a5f36a3ec92dcb31114aa0695c4b34533d Mon Sep 17 00:00:00 2001
From: Calvo <luis.calvo@pandorafms.com>
Date: Tue, 22 Nov 2022 16:32:10 +0100
Subject: [PATCH] Update messages to php8

---
 pandora_console/general/php_message.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pandora_console/general/php_message.php b/pandora_console/general/php_message.php
index 9ecb6a1387..6780f0929b 100644
--- a/pandora_console/general/php_message.php
+++ b/pandora_console/general/php_message.php
@@ -19,15 +19,15 @@
 global $config;
 
 if ($config['language'] == 'es') {
-    $url_help = 'https://pandorafms.com/manual/es/documentation/07_technical_annexes/14_php_7';
+    $url_help = 'https://pandorafms.com/manual/es/documentation/07_technical_annexes/14_php_8';
 } else {
-    $url_help = 'https://pandorafms.com/manual/en/documentation/07_technical_annexes/14_php_7';
+    $url_help = 'https://pandorafms.com/manual/en/documentation/07_technical_annexes/14_php_8';
 }
 
 // Prints help dialog information
 echo '<div id="login_help_dialog" title="PHP UPDATE REQUIRED" class="invisible">';
     echo '<div class="login_help_dialog">';
-        echo "<p><b class='font_10'>".__('For a correct operation of PandoraFMS, PHP must be updated to version 7.0 or higher.').'</b></p>';
+        echo "<p><b class='font_10'>".__('For a correct operation of PandoraFMS, PHP must be updated to version 8.0 or higher.').'</b></p>';
         echo "<p class='font_10'><b>".__('Otherwise, functionalities will be lost.').'</b></p>';
         echo '<ul>';
             echo "<li class='pdd_5px'>".__('Report download in PDF format').'</li>';