summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-13 08:06:20 +0400
committerAndrew Dolgov <[email protected]>2011-04-13 08:06:20 +0400
commit347b467be566aee56e5f94a0b1fa145e3099439b (patch)
treefbb751959b48432e11e20040520d7c83d9891fe7 /backend.php
parent71344201b7a7250317c57d7afd90068676b3ee5a (diff)
backend/loading: fix content type
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 9ed250cf5..3fa369397 100644
--- a/backend.php
+++ b/backend.php
@@ -499,6 +499,7 @@
break; // digestSend
case "loading":
+ header("Content-type: text/html");
print __("Loading, please wait...") . " " .
"<img src='images/indicator_tiny.gif'>";