diff --git a/application/config/config.sample.php b/application/config/config.sample.php index a28640113..4d05b9177 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -45,6 +45,19 @@ $config['display_freq'] = true; $config['qrz_username'] = ""; $config['qrz_password'] = ""; + +/* +|-------------------------------------------------------------------------- +| HamQTH Login Options +|-------------------------------------------------------------------------- +| +| 'hamqth_username' HamQTH user login +| 'hamqth_password' HamQTH user password +*/ +$config['hamqth_username'] = ""; +$config['hamqth_password'] = ""; + + /* |-------------------------------------------------------------------------- | Authentication diff --git a/install/config/config.php b/install/config/config.php index 570c34b2f..9be403234 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -45,6 +45,17 @@ $config['display_freq'] = false; $config['qrz_username'] = ""; $config['qrz_password'] = ""; +/* +|-------------------------------------------------------------------------- +| HamQTH Login Options +|-------------------------------------------------------------------------- +| +| 'hamqth_username' HamQTH user login +| 'hamqth_password' HamQTH user password +*/ +$config['hamqth_username'] = ""; +$config['hamqth_password'] = ""; + /* |-------------------------------------------------------------------------- | Authentication