Browse Source

minor bug

pull/40/head
Savetheinternet 14 years ago
committed by Paul Merrill
parent
commit
9a5b9f205e
  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