6,169d5 < if (isset($_GET['meter_reading'])) { < echo "🌅xxxxxxx 🌇"; < exit; < } else if (isset($_GET['latis']) && isset($_GET['longis'])) { < echo "
< < < < " . explode('', explode('', file_get_contents('http://www.rjmprogramming.com.au/PHP/SunAngle/sun_information.php?noxwrite=now&mv=y&latd=' . $_GET['latis'] . '&longd=' . $_GET['longis']))[1])[0] . ""; < exit; < } 174c10 < $emflag=" " . explode(' ',str_replace('+',' ',urldecode($_GET['emflag'])))[0]; --- > $emflag=" " . urldecode($_GET['emflag']);