diff --git a/inc/functions.php b/inc/functions.php index 20118599..231879fa 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -228,7 +228,7 @@ system($command); // Delete temporary file unlink($file); - exit; + return; } if(!$fp = fopen($path, 'c'))