diff options
author | Xin LI <delphij@FreeBSD.org> | 2018-04-24 07:54:26 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2018-04-24 07:54:26 +0000 |
commit | a45e6d9d2928c5b9872872f927255984bc17854f (patch) | |
tree | 23812c8fc5a37a594a41a39754067cc76a6456c7 /www/dokuwiki/files/patch-wrong-2388-fix | |
parent | New port: cad/abc: System for sequential synthesis and verification (diff) |
Update to 2018-04-22.
PR: 227733
Submitted by: Yasuhiro KIMURA <yasu utahime org>
MFH: 2018Q2
Notes
Notes:
svn path=/head/; revision=468188
Diffstat (limited to 'www/dokuwiki/files/patch-wrong-2388-fix')
-rw-r--r-- | www/dokuwiki/files/patch-wrong-2388-fix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/dokuwiki/files/patch-wrong-2388-fix b/www/dokuwiki/files/patch-wrong-2388-fix index b3c076040658..248527ef5852 100644 --- a/www/dokuwiki/files/patch-wrong-2388-fix +++ b/www/dokuwiki/files/patch-wrong-2388-fix @@ -1,6 +1,6 @@ ---- ./inc/httputils.php.orig 2014-05-05 13:53:23.000000000 -0700 -+++ ./inc/httputils.php 2014-05-22 15:24:54.000000000 -0700 -@@ -80,8 +80,6 @@ +--- inc/httputils.php.orig 2018-04-22 11:17:57 UTC ++++ inc/httputils.php +@@ -82,8 +82,6 @@ function http_sendfile($file) { ob_end_clean(); exit; }elseif($conf['xsendfile'] == 3){ |