mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
Removed Google Maps API from config and added QRZ fields
This commit is contained in:
parent
2505b6cc1e
commit
4c45cbdba3
@ -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'] = "";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -32,15 +32,18 @@ $config['table_name'] = "TABLE_HRD_CONTACTS_V01";
|
|||||||
$config['locator'] = "%baselocator%";
|
$config['locator'] = "%baselocator%";
|
||||||
$config['display_freq'] = false;
|
$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'] = "";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user