File "recv_.php"

Full path: /www/ttest/arduino/read_mgr/recv_.php
File size: 153 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Back

<?php
$data = isset($_GET["dt"]) ? htmlspecialchars($_GET["dt"]) : "";

$fp = fopen("./recv.log", "a");
fwrite($fp, ">\n");
fwrite($fp, $data. "\n");
?>

PHP File Manager