Files
AvianVisitors/scripts/spectrogram.php
T
2022-01-24 16:05:27 -05:00

6 lines
202 B
PHP

<?php
header("refresh: 15;");
echo "<body style='background-color:rgb(119, 196, 135)'>";
?>
<img src='/spectrogram.png?nocache=<?php echo time();?>' style='display: block; height: 100%; width: 100%;'>