2016-11-29 10:42:10 +00:00
|
|
|
<?php
|
|
|
|
$fp = fopen('/home/pi/hugh/rgb', 'w');
|
|
|
|
fwrite($fp, '0, 0, 0');
|
|
|
|
fclose($fp);
|
2016-11-29 15:09:47 +00:00
|
|
|
|
|
|
|
echo "<meta http-equiv = 'Refresh' content = '2; url =./index.php'/>"; // change redirectpage.php to where you want to redirect.
|
2016-11-29 10:42:10 +00:00
|
|
|
?>
|