init
This commit is contained in:
6
download.php
Normal file
6
download.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$content = "content and things like it are here";
|
||||
header('Content-type: text/plain');
|
||||
header('Content-Disposition: attachment; filename="encrypted.txt"');
|
||||
echo $content;
|
||||
?>
|
||||
Reference in New Issue
Block a user