From 6fefefdfb5ffd0dfb68d45762c0290897e269e09 Mon Sep 17 00:00:00 2001 From: luckyjay Date: Sat, 9 Jan 2016 23:52:12 -0500 Subject: [PATCH] Update http2pic.class.php --- http2pic.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}