This commit is contained in:
sShemet
2025-12-22 14:03:10 +05:00
commit ade2833df7
74 changed files with 42924 additions and 0 deletions

7
govno/readfile.php Normal file
View File

@@ -0,0 +1,7 @@
<?
$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);