3 lines
93 B
PHP
3 lines
93 B
PHP
<?php
|
|
header('Content-Type: text/plain; charset=utf-8');
|
|
echo htmlspecialchars_decode($raw);
|