[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1955
Author: gradator
Date: 2012-01-27 00:25:11 +0100 (Fri, 27 Jan 2012)
Log Message:
-----------
oops
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel/Main.pm
Modified: trunk/vhffs-api/src/Vhffs/Panel/Main.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2012-01-26 23:24:14 UTC (rev 1954)
+++ trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2012-01-26 23:25:11 UTC (rev 1955)
@@ -522,10 +522,6 @@
return;
}
# FCGI does not handle UTF9
- open ( my $tmpfile , '>', '/tmp/output' );
- print $tmpfile Encode::encode_utf8( $data );
- close ( $tmpfile );
-
print Encode::encode_utf8( $data );
}