Changed database access to PDO using prepared statements

This commit is contained in:
2023-02-22 10:50:24 +01:00
parent a4ecd1bff7
commit 7c300e0a8f
132 changed files with 5364 additions and 6091 deletions
+3 -3
View File
@@ -25,13 +25,13 @@
{foreach item=zone from=$zones}
<tr>
<td class="label">
<a href="zoneview.php?zone_id={$zone.zone_id}">{$zone.zone_origin}</a>
<a href="zoneview.php?zone_id={$zone.id}">{$zone.origin}</a>
</td>
<td class="value">
{$zone.zone_hostmaster}
{$zone.hostmaster}
</td>
<td class="value">
{$zone.zone_serial}
{$zone.serial}
</td>
</tr>
{foreachelse}