Removed Google Maps API from config and added QRZ fields

pull/224/head
Peter Goodhall 2018-11-27 00:07:33 +00:00
rodzic 2505b6cc1e
commit 4c45cbdba3
2 zmienionych plików z 13 dodań i 8 usunięć

Wyświetl plik

@ -35,13 +35,15 @@ $config['display_freq'] = true;
/*
|--------------------------------------------------------------------------
| Google Maps JavaScript API Key
| QRZ Login Options
|--------------------------------------------------------------------------
| visit https://developers.google.com/maps/documentation/javascript/get-api-key
|
| 'gmaps_api_key' API key from Google Cloud Plattform
| 'qrz_username' QRZ.com user login
| 'qrz_password' QRZ.com user password
*/
$config['gmaps_api_key'] = "";
$config['qrz_username'] = "";
$config['qrz_password'] = "";
/*
|--------------------------------------------------------------------------

Wyświetl plik

@ -32,15 +32,18 @@ $config['table_name'] = "TABLE_HRD_CONTACTS_V01";
$config['locator'] = "%baselocator%";
$config['display_freq'] = false;
/*
|--------------------------------------------------------------------------
| Google Maps JavaScript API Key
| QRZ Login Options
|--------------------------------------------------------------------------
| visit https://developers.google.com/maps/documentation/javascript/get-api-key
|
| 'gmaps_api_key' API key from Google Cloud Plattform
| 'qrz_username' QRZ.com user login
| 'qrz_password' QRZ.com user password
*/
$config['gmaps_api_key'] = "";
$config['qrz_username'] = "";
$config['qrz_password'] = "";
/*
|--------------------------------------------------------------------------