Page MenuHomePhorge

html2text.php
No OneTemporary

Size
290 B
Referenced Files
None
Subscribers
None

html2text.php

<?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(trim($converter->get_text()), ENT_COMPAT, 'UTF-8');
?>

File Metadata

Mime Type
text/x-php
Expires
Fri, May 22, 4:02 AM (12 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
779180
Default Alt Text
html2text.php (290 B)

Event Timeline