Skip to content

Commit 9fe16ef

Browse files
update
1 parent 3abb1d8 commit 9fe16ef

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tests/mime.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
use Tamedevelopers\File\File;
44

5+
//on using comoposer autoload
6+
include_once __DIR__ . "/../vendor/autoload.php";
7+
58

69
// all available mime types
710
// default is images

upload/.htaccess

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Options -Indexes
2+
Order deny,allow
3+
Deny from all
4+
<Files *>
5+
Allow from all
6+
</Files>
16.8 KB
Loading

0 commit comments

Comments
 (0)