diff options
Diffstat (limited to 'config')
-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 |