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 = escapeshellcmd($cmd);
|
||||
exit($cmd);
|
||||
shell_exec($cmd);
|
||||
$this->params['cmd'] = $cmd;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user