mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed minor error add link phantomjs
This commit is contained in:
parent
7d4a29cbe2
commit
651347897c
@ -864,7 +864,7 @@ function config_process_config () {
|
|||||||
|
|
||||||
if (!isset ($config['phantomjs_bin'])) {
|
if (!isset ($config['phantomjs_bin'])) {
|
||||||
if ($is_windows){
|
if ($is_windows){
|
||||||
$default = 'C:\\PandoraFMS\\Pandora_Server\\data_in';
|
$default = 'C:\\PandoraFMS\\phantomjs';
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$default = '/usr/bin';
|
$default = '/usr/bin';
|
||||||
@ -2195,7 +2195,7 @@ function config_check () {
|
|||||||
if(!isset($result_ejecution) || $result_ejecution == ''){
|
if(!isset($result_ejecution) || $result_ejecution == ''){
|
||||||
set_pandora_error_for_header(
|
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:') .
|
__('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:') .
|
||||||
'<a src="">Click here</a>',
|
'<a target="blank" href="https://wiki.pandorafms.com/index.php?title=Pandora:Documentation_es:Configuracion#Phantomjs">Click here</a>',
|
||||||
__("phantomjs is not installed"));
|
__("phantomjs is not installed"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user