Home
last modified time | relevance | path

Searched +full:xsendfile -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A Dhttputils.php72 if ($conf['xsendfile'] == 1) {
76 } elseif ($conf['xsendfile'] == 2) {
80 } elseif ($conf['xsendfile'] == 3) {
/dokuwiki/conf/
H A Ddokuwiki.php159 $conf['xsendfile'] = 0; //Use X-Sendfile (1 = lighttpd, 2 = standard)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php245 $meta['xsendfile'] = ['multichoice', '_choices' => [0, 1, 2, 3], '_caution' => 'warning'];