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(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

Mime Type
text/x-php
Expires
Mon, Sep 28, 10:22 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1435502
Default Alt Text
html2text.php (290 B)

Event Timeline