Browse Source

...

pull/40/head
Savetheinternet 13 years ago
parent
commit
d51f6a932e
  1. 2
      post.php

2
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']);

Loading…
Cancel
Save