Removed exit command from renderPagePHANTOMJS()
Assume this was a complete mistake and needed to be removed - phantomjs render would never work since the function would exit before running the phantomjs command.
This commit is contained in:
parent
8c446b794d
commit
3c0d2b20b9
@ -155,7 +155,6 @@ class http2pic
|
|||||||
$cmd.= ','.$this->params['js'];
|
$cmd.= ','.$this->params['js'];
|
||||||
|
|
||||||
$cmd = escapeshellcmd($cmd);
|
$cmd = escapeshellcmd($cmd);
|
||||||
exit($cmd);
|
|
||||||
shell_exec($cmd);
|
shell_exec($cmd);
|
||||||
$this->params['cmd'] = $cmd;
|
$this->params['cmd'] = $cmd;
|
||||||
|
|
||||||
@ -304,4 +303,4 @@ class http2pic
|
|||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user