Added files

This commit is contained in:
Holger Sielaff
2025-06-28 16:23:47 +02:00
parent 21a2714401
commit e2eeeaefcd
8 changed files with 328 additions and 0 deletions

6
index.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
ini_set('display_errors', false);
if(strtolower($_SERVER['REQUEST_METHOD']) == 'post'){
error_log(json_encode($_POST));
}
exit(0);