Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120840133
html2text.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
290 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
(
html_entity_decode
(
$HTTP_RAW_POST_DATA
,
ENT_COMPAT
,
'UTF-8'
));
header
(
'Content-Type: text/plain; charset=UTF-8'
);
print
trim
(
$converter
->
get_text
());
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 2:22 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18851369
Default Alt Text
html2text.php (290 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline