summaryrefslogtreecommitdiff
path: root/inc/actions.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-03-04 21:39:53 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-03-04 21:39:53 +0100
commit603c1a1e6dfa9f1bc6759843283a8a7995c613f8 (patch)
tree61349b0905bf69e2370f150d6e32901bad1aa25f /inc/actions.php
parentb35d34217e073f330111fea5812fa4d88680a4ef (diff)
parent4b142187c1238555a14d79ff6e054a678ce828f3 (diff)
downloadrpg-603c1a1e6dfa9f1bc6759843283a8a7995c613f8.tar.gz
rpg-603c1a1e6dfa9f1bc6759843283a8a7995c613f8.tar.bz2
Merge remote-tracking branch 'origin/master' into FS#2124deniedtext
Conflicts: inc/lang/bn/lang.php inc/lang/fr/denied.txt
Diffstat (limited to 'inc/actions.php')
-rw-r--r--inc/actions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php
index 50cbe369f..4dbad1a32 100644
--- a/inc/actions.php
+++ b/inc/actions.php
@@ -697,7 +697,7 @@ function act_sitemap($act) {
// Send file
//use x-sendfile header to pass the delivery to compatible webservers
- if (http_sendfile($sitemap)) exit;
+ http_sendfile($sitemap);
readfile($sitemap);
exit;