Merge pull request #5 from luckyjay/patch-1

Removed exit command from renderPagePHANTOMJS()
This commit is contained in:
Christian Haschek 2016-01-10 12:11:28 +01:00
commit 62392ad181

View File

@ -155,7 +155,6 @@ class http2pic
$cmd.= ','.$this->params['js'];
$cmd = escapeshellcmd($cmd);
exit($cmd);
shell_exec($cmd);
$this->params['cmd'] = $cmd;
@ -304,4 +303,4 @@ class http2pic
return true;
return false;
}
}
}