This website requires JavaScript.
Explore
Help
Register
Sign in
sigmasternchen
/
useful-api.org
Watch
1
Star
0
Fork
You've already forked useful-api.org
0
mirror of
https://github.com/sigmasternchen/useful-api.org
synced
2025-03-16 00:18:57 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
main
useful-api.org
/
renderer
/
plain.php
7 lines
92 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Add plain text renderer
2023-11-24 12:03:14 +00:00
<
?
php
return
function
(
$data
)
{
header
(
"
Content-Type: text/plain
"
);
echo
$data
;
fix: plain renderer
2023-11-24 13:48:44 +00:00
};
Reference in a new issue
Copy permalink