diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-13 08:06:20 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-13 08:06:20 +0400 |
| commit | 347b467be566aee56e5f94a0b1fa145e3099439b (patch) | |
| tree | fbb751959b48432e11e20040520d7c83d9891fe7 | |
| parent | 71344201b7a7250317c57d7afd90068676b3ee5a (diff) | |
backend/loading: fix content type
| -rw-r--r-- | backend.php | 1 |
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'>"; |