useful-api.org/renderer/plain.php
2023-11-24 13:03:14 +01:00

6 lines
No EOL
90 B
PHP

<?php
return function ($data) {
header("Content-Type: text/plain");
echo $data;
}