summaryrefslogtreecommitdiff
path: root/conf/mime.conf
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-04-14 22:52:19 +0200
committerandi <andi@splitbrain.org>2005-04-14 22:52:19 +0200
commit426d8ff4dbde756dd678712847a0fc783edb75ce (patch)
treef7de0e79805907f652ce2703875265a20165b54a /conf/mime.conf
parent63ba0b075ea9777ce1a62d1a2c50952cde94859b (diff)
downloadrpg-426d8ff4dbde756dd678712847a0fc783edb75ce.tar.gz
rpg-426d8ff4dbde756dd678712847a0fc783edb75ce.tar.bz2
more fetch.php hacking
darcs-hash:20050414205219-9977f-abd598794c5261b12a89d402e481d3425851d2b9.gz
Diffstat (limited to 'conf/mime.conf')
-rw-r--r--conf/mime.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/mime.conf b/conf/mime.conf
new file mode 100644
index 000000000..26657a895
--- /dev/null
+++ b/conf/mime.conf
@@ -0,0 +1,15 @@
+#Add extensions and mimetypes of files you want to allow to upload here
+
+jpg image/jpeg
+jpeg image/jpeg
+gif image/gif
+png image/png
+tgz application/octet-stream
+tar application/octet-stream
+gz application/octet-stream
+zip application/octet-stream
+pdf application/octet-stream #FIXME
+txt text/plain
+html text/html
+htm text/html
+