Browse Source

minor bug

pull/40/head
Savetheinternet 14 years ago
parent
commit
60886aa0d3
  1. 2
      post.php

2
post.php

@ -201,7 +201,7 @@
$id = post($post, $OP);
if($post['zip']) {
if($post['has_file'] && $post['zip']) {
// Open ZIP
$zip = zip_open($post['zip']);
// Read files

Loading…
Cancel
Save