init
This commit is contained in:
7
govno/readfile.php
Normal file
7
govno/readfile.php
Normal 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);
|
||||
Reference in New Issue
Block a user