hpr_generator/templates/ids-correspondent.tpl.html
Paul Jewell c5c5dd89b9 Remove MySQL specific code from site generation code
- Updated site-generator
 - Removed [DBI] configuration section
 - Updated template files to remove un-used field
 - Deleted MySQL specific template files.
2025-04-03 07:37:00 +01:00

8 lines
152 B
HTML

<!--% USE DBI(constants.driver) %-->
<!--% FOREACH host IN DBI.query(
'select h.hostid from hosts as h'
) %-->
,<!--% host.hostid %-->
<!--% END %-->