diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php
index 9d7290595f..8a3e57ba8b 100644
--- a/pandora_console/include/functions_config.php
+++ b/pandora_console/include/functions_config.php
@@ -864,7 +864,7 @@ function config_process_config () {
if (!isset ($config['phantomjs_bin'])) {
if ($is_windows){
- $default = 'C:\\PandoraFMS\\Pandora_Server\\data_in';
+ $default = 'C:\\PandoraFMS\\phantomjs';
}
else{
$default = '/usr/bin';
@@ -2195,7 +2195,7 @@ function config_check () {
if(!isset($result_ejecution) || $result_ejecution == ''){
set_pandora_error_for_header(
__('To be able to create images of the graphs for PDFs, please install the phantom.js extension. For that, it is necessary to follow these steps:') .
- 'Click here',
+ 'Click here',
__("phantomjs is not installed"));
}
}