diff --git a/index.php b/index.php index b80c721..80c60c1 100644 --- a/index.php +++ b/index.php @@ -85,10 +85,10 @@ $file = file_get_contents('/home/pi/hugh/rgb', FILE_USE_INCLUDE_PATH); $rgb = "Red"; } else if ($file > "0, 255, 0") { $rgb = "Green"; - else if ($file > "0, 0, 255") { +} else if ($file > "0, 0, 255") { $rgb = "Blue"; } -} + // Rendering Page. ?>