diff --git a/application/config/config.sample.php b/application/config/config.sample.php index a2864011..4d05b917 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 570c34b2..9be40323 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