Check of xsendfile is available.

This commit is contained in:
Gaspine 2013-01-10 15:33:01 +01:00
rodič 1f9befb4e8
revize 98362a6d39
1 změnil soubory, kde provedl 2 přidání a 0 odebrání

Zobrazit soubor

@ -1,6 +1,8 @@
<IfModule mod_xsendfile.c>
<Files fetch.php>
XSendFile on
</Files>
</IfModule>
###########################################
# If the notation above don't work, you can try that one