Alexa-DeskControl/yellow.php

7 lines
218 B
PHP

<?php
$fp = fopen('/home/pi/hugh/rgb', 'w');
fwrite($fp, '255, 255, 0');
fclose($fp);
echo "<meta http-equiv = 'Refresh' content = '2; url =./index.php'/>"; // change redirectpage.php to where you want to redirect.
?>