Removed Google Maps API from config and added QRZ fields
这个提交包含在:
父节点
2505b6cc1e
当前提交
4c45cbdba3
共有 2 个文件被更改,包括 13 次插入 和 8 次删除
|
|
@ -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'] = "";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用