@@ -15,8 +15,8 @@ |
||
| 15 | 15 | |
| 16 | 16 | if(!empty($_FILES['archive'])) { |
| 17 | 17 | |
| 18 | - $new = new Uploads(); |
|
| 19 | - $new->file("teste"); |
|
| 18 | + $new = new Uploads(); |
|
| 19 | + $new->file("teste"); |
|
| 20 | 20 | }?> |
| 21 | 21 | |
| 22 | 22 | <form action="#" method="post" enctype="multipart/form-data"> |