projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec52855
)
Debugcode.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 4 Jan 2012 15:26:05 +0000
(16:26 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 4 Jan 2012 15:26:05 +0000
(16:26 +0100)
SL/Request.pm
patch
|
blob
|
history
diff --git
a/SL/Request.pm
b/SL/Request.pm
index
0045b19
..
cef5c14
100644
(file)
--- a/
SL/Request.pm
+++ b/
SL/Request.pm
@@
-199,9
+199,6
@@
sub read_cgi_input {
if ($ENV{CONTENT_LENGTH}) {
my $content;
read STDIN, $content, $ENV{CONTENT_LENGTH};
- open my $fh, '>:raw', '/tmp/blubb.bin' or die;
- print $fh $content;
- close $fh;
if ($ENV{'CONTENT_TYPE'} && $ENV{'CONTENT_TYPE'} =~ /multipart\/form-data/) {
# multipart formdata can bring it's own encoding, so give it both
# and let ti decide on it's own