We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe438f2 commit 973b304Copy full SHA for 973b304
application/config/config.sample.php
@@ -9,12 +9,12 @@
9
|
10
| 'app_name' Name of the App 'Wavelog'
11
| 'directory' directory where wavelog is installed eg "logger"
12
-| 'callbook' Selects which Callbook lookup to use defaults "hamqth" but supports "qrz"
+| 'callbook' Selects which Callbook lookup to use defaults "hamqth" but also supports: "qrz", "qrzcq" and "qrzru"
13
*/
14
15
$config['app_name'] = 'Wavelog';
16
$config['directory'] = 'logbook';
17
-$config['callbook'] = 'hamqth'; // Options are hamqth, qrz or qrzcq
+$config['callbook'] = 'hamqth'; // Options are hamqth, qrz, qrzcq or qrzru
18
19
$config['datadir'] = null; // default to install directory
20
0 commit comments