diff --git a/http2pic.class.php b/http2pic.class.php index 54d5f35..3954e9c 100644 --- a/http2pic.class.php +++ b/http2pic.class.php @@ -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; } -} \ No newline at end of file +}