From 4729a21636ca2565df95413ee80cc7ae4ff6038e Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 23 Nov 2022 07:43:41 +0000 Subject: [PATCH] Update php_message.php --- pandora_console/general/php_message.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/general/php_message.php b/pandora_console/general/php_message.php index 6780f0929b..87d2d47a8e 100644 --- a/pandora_console/general/php_message.php +++ b/pandora_console/general/php_message.php @@ -19,9 +19,9 @@ global $config; if ($config['language'] == 'es') { - $url_help = 'https://pandorafms.com/manual/es/documentation/07_technical_annexes/14_php_8'; + $url_help = 'https://pandorafms.com/manual/es/documentation/07_technical_annexes/18_php_8'; } else { - $url_help = 'https://pandorafms.com/manual/en/documentation/07_technical_annexes/14_php_8'; + $url_help = 'https://pandorafms.com/manual/en/documentation/07_technical_annexes/18_php_8'; } // Prints help dialog information