fix
This commit is contained in:
parent
a26ab85044
commit
e114201cc9
@ -85,10 +85,10 @@ $file = file_get_contents('/home/pi/hugh/rgb', FILE_USE_INCLUDE_PATH);
|
|||||||
$rgb = "Red";
|
$rgb = "Red";
|
||||||
} else if ($file > "0, 255, 0") {
|
} else if ($file > "0, 255, 0") {
|
||||||
$rgb = "Green";
|
$rgb = "Green";
|
||||||
else if ($file > "0, 0, 255") {
|
} else if ($file > "0, 0, 255") {
|
||||||
$rgb = "Blue";
|
$rgb = "Blue";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Rendering Page.
|
// Rendering Page.
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user