X Tutup
'Address not found in the list of available locations', 'locations' => $LOCATIONS); echo(\Tsugi\Util\LTI::jsonIndent(json_encode($retval))); return; } // Check to see if we already have this in the variable if ( $GEODATA !== false ) { echo($GEODATA[$address]); return; } lmsDie("DIE: Data failure - please contact the instructor");
X Tutup