mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed graph with https
This commit is contained in:
parent
14f4070558
commit
9bff4f28f4
@ -3237,7 +3237,7 @@ function generator_chart_to_pdf($type_graph_pdf, $params, $params_combined = fal
|
||||
|
||||
$session_id = session_id();
|
||||
|
||||
$cmd = '"' . io_safe_output($config['phantomjs_bin']) . DIRECTORY_SEPARATOR . 'phantomjs" "' . $file_js . '" '
|
||||
$cmd = '"' . io_safe_output($config['phantomjs_bin']) . DIRECTORY_SEPARATOR . 'phantomjs" --ssl-protocol=any --ignore-ssl-errors=true "' . $file_js . '" '
|
||||
. ' "' . $url . '"'
|
||||
. ' "' . $type_graph_pdf . '"'
|
||||
. ' "' . $params_encode_json . '"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user