diff options
author | Siri Reiter <siri@jones.dk> | 2013-12-02 23:34:54 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-02 23:34:54 +0100 |
commit | d06d944fedfd1ea1efee51ed08a1673549425613 (patch) | |
tree | 11c427edf55c37c632a8d4f94fd50da1347e56a8 | |
parent | a62920935967b8a2670df7a88eb5666f1472a595 (diff) |
Drop viruscheck.
-rw-r--r-- | config/ikiwiki.setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index 1180be9..b12cf5a 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -28,6 +28,6 @@ historyurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=history;f=[[file]] diffurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]] locked_pages: '*' multimarkdown: 1 -allowed_attachments: virusfree() and maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) +allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) tagbase: tag tag_autocreate_commit: 1 |