diff --git a/actionbutton.php b/actionbutton.php index 0a3f32d..f2add63 100644 --- a/actionbutton.php +++ b/actionbutton.php @@ -5,6 +5,7 @@ $targets = [1, 2, 3]; $command = 0x00; +//file_put_contents("buttonlog.txt", date('Y-m-d H:i:s')."\n", FILE_APPEND); foreach ( $targets as $target ) { $target = intval($target); $unique = mt_rand(1, 2000000000);