qrz/qrz.ini.sample
Paul Lecuq 4239c1dbb1
All checks were successful
continuous-integration/drone/push Build is passing
Heavy commit of qrz
- SQL injection protection with regex and prepared statements
- Handled new website
- Refactored ws
- CSV export handle
- modified HTML, CSS and JS
2020-05-23 12:32:36 +02:00

7 lines
130 B
Plaintext

[qrz]
db_hostname="hostname"
db_name="database"
db_username="username"
db_password="password"
db_table="qrz_test"
cron="@every 1h"