Skip to content

Instantly share code, notes, and snippets.

View EricMyers's full-sized avatar

Eric Myers EricMyers

View GitHub Profile
@EricMyers
EricMyers / index.php
Last active January 5, 2021 18:49
Sample monitoring for a Raspberry Pi Access Point
<?php
echo "<html>\n<head>\n";
$hostname=`hostname`;
echo "<title>$hostname</title>\n";
// Refresh the page periodically
echo "<meta http-equiv='Refresh' content='47; URL=/'>\n";
echo "</head><body>\n";