mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
4 lines
92 B
PHP
Executable File
4 lines
92 B
PHP
Executable File
<?php
|
|
header('Content-Type:text/plain; charset=utf-8');
|
|
echo htmlspecialchars_decode($raw);
|