Files
UltraChat/govno/readfile.php
sShemet ade2833df7 init
2025-12-22 14:03:10 +05:00

7 lines
211 B
PHP

<?
$file = 'D:\Games\Tecmo Cup - Football Game (Europe).nes';
header('Content-Type: application/x-binary');
header('Content-Disposition: attachment; filename="govno.nes');
print(' GOVNO ');
//readfile($file);