diff --git a/post.php b/post.php index 8e9b97d4..33dcc449 100644 --- a/post.php +++ b/post.php @@ -412,8 +412,6 @@ } } - exit; - if($post['has_file']) { if(!in_array($post['extension'], $config['allowed_ext']) && !in_array($post['extension'], $config['allowed_ext_files'])) error($config['error']['unknownext']);