|
12 | 12 | | 'callbook' Selects which Callbook lookup to use defaults "hamqth" but supports "qrz" |
13 | 13 | */ |
14 | 14 |
|
15 | | -$config['app_name'] = "Wavelog"; |
16 | | -$config['directory'] = "/%directory%"; |
17 | | -$config['callbook'] = "%callbook%"; // Options are hamqth or qrz |
| 15 | +$config['app_name'] = 'Wavelog'; |
| 16 | +$config['directory'] = '/%directory%'; |
| 17 | +$config['callbook'] = '%callbook%'; // Options are hamqth or qrz |
18 | 18 |
|
19 | 19 | $config['datadir'] = null; // default to install directory |
20 | 20 |
|
|
28 | 28 | | 'display_freq' Show or Hide frequnecy info |
29 | 29 | */ |
30 | 30 |
|
31 | | -$config['table_name'] = "TABLE_HRD_CONTACTS_V01"; |
32 | | -$config['locator'] = "%baselocator%"; |
| 31 | +$config['table_name'] = 'TABLE_HRD_CONTACTS_V01'; |
| 32 | +$config['locator'] = '%baselocator%'; |
33 | 33 | $config['display_freq'] = true; |
34 | 34 |
|
35 | 35 | /* |
|
42 | 42 | | 'use_fullname' Get full names from QRZ, may not be GDPR compliant |
43 | 43 | */ |
44 | 44 |
|
45 | | -$config['qrz_username'] = "%qrz_username%"; |
46 | | -$config['qrz_password'] = "%qrz_password%"; |
| 45 | +$config['qrz_username'] = '%qrz_username%'; |
| 46 | +$config['qrz_password'] = '%qrz_password%'; |
47 | 47 | $config['use_fullname'] = false; |
48 | 48 |
|
49 | 49 | /* |
|
54 | 54 | | 'hamqth_username' HamQTH user login |
55 | 55 | | 'hamqth_password' HamQTH user password |
56 | 56 | */ |
57 | | -$config['hamqth_username'] = "%hamqth_username%"; |
58 | | -$config['hamqth_password'] = "%hamqth_password%"; |
| 57 | +$config['hamqth_username'] = '%hamqth_username%'; |
| 58 | +$config['hamqth_password'] = '%hamqth_password%'; |
59 | 59 |
|
60 | 60 | /* |
61 | 61 | |-------------------------------------------------------------------------- |
|
70 | 70 | */ |
71 | 71 |
|
72 | 72 | $config['use_auth'] = true; |
73 | | -$config['auth_table'] = "users"; |
74 | | -$config['auth_mode'] = "3"; |
| 73 | +$config['auth_table'] = 'users'; |
| 74 | +$config['auth_mode'] = '3'; |
75 | 75 |
|
76 | | -$config['auth_level'][3] = "Operator"; |
77 | | -$config['auth_level'][99] = "Administrator"; |
| 76 | +$config['auth_level'][3] = 'Operator'; |
| 77 | +$config['auth_level'][99] = 'Administrator'; |
78 | 78 |
|
79 | 79 | /* |
80 | 80 | |-------------------------------------------------------------------------- |
|
676 | 676 | | |
677 | 677 | */ |
678 | 678 |
|
679 | | -$config['userdata'] = "userdata"; |
| 679 | +$config['userdata'] = 'userdata'; |
0 commit comments