This commit is contained in:
Savetheinternet 2011-09-18 03:25:38 +10:00
parent 4cbf5b91bf
commit d51f6a932e

View File

@ -412,8 +412,6 @@
} }
} }
exit;
if($post['has_file']) { if($post['has_file']) {
if(!in_array($post['extension'], $config['allowed_ext']) && !in_array($post['extension'], $config['allowed_ext_files'])) if(!in_array($post['extension'], $config['allowed_ext']) && !in_array($post['extension'], $config['allowed_ext_files']))
error($config['error']['unknownext']); error($config['error']['unknownext']);