mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
--- ./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 @@
|
|
ob_end_clean();
|
|
exit;
|
|
}elseif($conf['xsendfile'] == 3){
|
|
- // FS#2388 nginx just needs the relative path.
|
|
- $file = DOKU_REL.substr($file, strlen(fullpath(DOKU_INC)) + 1);
|
|
header("X-Accel-Redirect: $file");
|
|
ob_end_clean();
|
|
exit;
|