second draft

This commit is contained in:
2024-10-07 01:16:44 +02:00
parent 34a4058ba4
commit f44e1d8267
14 changed files with 993 additions and 68 deletions

6
rdp.php Normal file
View File

@ -0,0 +1,6 @@
<?php
header('Content-Disposition: attachment; filename='.str_replace(':', '_', $_GET['v']).'.rdp');
header('Content-Type: application/rdp');
echo "full address:s:${_GET['v']}\n";
exit();