craigwatson / bitcoind-status

PHP application to display status and information from the Bitcoin node daemon.
https://odin.vikingserv.net
Apache License 2.0
82 stars 77 forks source link

geolocate_peer_ip 'false' results in errors #20

Closed bugmeat closed 8 years ago

bugmeat commented 8 years ago

After installing the latest version:

If geolocate_peer_ip is set to false in config.php, every IP box displays the message "Notice: Undefined index: geo_data in /web/public_html/.../public/bitcoin/html/template.html on line 153".

Works OK if set to true.

craigwatson commented 8 years ago

Hi,

This has been fixed in ed1f2db24381d887d9fc95bdaaeca15a3e164602 - thanks for the report :+1:

Cheers, Craig