summaryrefslogtreecommitdiff
path: root/listdropboxes.cgi
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-21 01:59:44 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-21 01:59:44 (GMT)
commit82ec71611d389b1a604bd89fc6da3326da54a4a6 (patch)
tree8322ae7aa513caeaa6188e7418319aa57d35e4ea /listdropboxes.cgi
parent1ab7c5caad8e9375e050400b83ae94469e620941 (diff)
remove doubel encoded UTF-8
Diffstat (limited to 'listdropboxes.cgi')
-rwxr-xr-xlistdropboxes.cgi4
1 files changed, 0 insertions, 4 deletions
diff --git a/listdropboxes.cgi b/listdropboxes.cgi
index 0d50928..18c5902 100755
--- a/listdropboxes.cgi
+++ b/listdropboxes.cgi
@@ -6,10 +6,6 @@ use File::Basename;
use lib dirname( __FILE__ ) . '/lib';
use rddb;
-binmode(STDIN, ":utf8");
-binmode(STDOUT, ":utf8");
-binmode(STDERR, ":utf8");
-
my $status = 'ERROR';
my $errorstring = 'unknown';
my $responsecode = 500;