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 01e067d commit 37168a1Copy full SHA for 37168a1
application/config/config.sample.php
@@ -14,7 +14,14 @@
14
15
$config['app_name'] = 'Wavelog';
16
$config['directory'] = 'logbook';
17
-$config['callbook'] = 'hamqth'; // Options are hamqth, qrz, qrzcq or qrzru
+/*
18
+| Options are hamqth, qrz, qrzcq or qrzru
19
+| For a single callbook configure just one value as string. Example:
20
+| $config['callbook'] = 'hamqth';
21
+| This can also be set to an array of callbooks to search sequentially until a match is found. Example:
22
+| $config['callbook'] = ['qrz', 'hamqth'];
23
+ */
24
+$config['callbook'] = 'hamqth';
25
26
$config['datadir'] = null; // default to install directory
27
0 commit comments