mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed error with slashes - #3426
Former-commit-id: 8dbead7acd73faa66e406cccf1fe81ed775eb933
This commit is contained in:
parent
ffcdca7e8b
commit
4d4569cadb
@ -2248,7 +2248,7 @@ function config_check () {
|
||||
__('Please, change it on your PHP configuration file (php.ini) or contact with administrator (Dont forget restart apache process after changes)'), __("Problems with disable functions in PHP.INI"));
|
||||
}
|
||||
|
||||
$result_ejecution = exec($config['phantomjs_bin'] . '/phantomjs --version');
|
||||
$result_ejecution = exec('"'.io_safe_output($config['phantomjs_bin']) . '/phantomjs" --version');
|
||||
if(!isset($result_ejecution) || $result_ejecution == '') {
|
||||
if ($config['language'] == 'es') {
|
||||
set_pandora_error_for_header(
|
||||
|
Loading…
x
Reference in New Issue
Block a user