Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6066613
html2text.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
284 B
Referenced Files
None
Subscribers
None
html2text.php
View Options
<?php
define
(
'INSTALL_PATH'
,
realpath
(
'./../'
)
.
'/'
);
require
INSTALL_PATH
.
'program/include/iniset.php'
;
$converter
=
new
html2text
(
$HTTP_RAW_POST_DATA
);
header
(
'Content-Type: text/plain; charset=UTF-8'
);
print
html_entity_decode
(
$converter
->
get_text
(),
ENT_COMPAT
,
'UTF-8'
);
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 22, 4:57 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
764674
Default Alt Text
html2text.php (284 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment