projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7fcd0
)
Exit if viewer exists
author
Duck (Jakob Munih)
<duck@obala.net>
Sun, 15 Mar 2009 14:44:46 +0000
(15:44 +0100)
committer
Duck (Jakob Munih)
<duck@obala.net>
Sun, 15 Mar 2009 14:46:09 +0000
(15:46 +0100)
news/files.php
patch
|
blob
|
history
diff --git
a/news/files.php
b/news/files.php
index
129f6ee
..
8f136b9
100644
(file)
--- a/
news/files.php
+++ b/
news/files.php
@@
-69,6
+69,7
@@
case 'view_file':
$key = key($render);
$browser->downloadHeaders($file_name, $render[$key]['type'], true, strlen($render[$key]['data']));
echo $render[$key]['data'];
+ exit;
}
}