latham
2011-06-28 a2e66c79a105a2954bb9428bedd15f33e7169710
Quote some vars
4 files modified
8 ■■■■ changed files
interface/web/dns/list/dns_a.list.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/list/dns_slave.list.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/list/dns_soa.list.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/list/dns_template.list.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/list/dns_a.list.php
@@ -25,7 +25,7 @@
$liste["search_prefix"]     = "search_";
// Records per page
$liste["records_per_page"]     = 15;
$liste["records_per_page"]     = "15";
// Script File of the list
$liste["file"]                = "dns_a_list.php";
interface/web/dns/list/dns_slave.list.php
@@ -25,7 +25,7 @@
$liste["search_prefix"]     = "search_";
// Records per page
$liste["records_per_page"]     = 15;
$liste["records_per_page"]     = "15";
// Script File of the list
$liste["file"]                = "dns_slave_list.php";
interface/web/dns/list/dns_soa.list.php
@@ -25,7 +25,7 @@
$liste["search_prefix"]     = "search_";
// Records per page
$liste["records_per_page"]     = 15;
$liste["records_per_page"]     = "15";
// Script File of the list
$liste["file"]                = "dns_soa_list.php";
interface/web/dns/list/dns_template.list.php
@@ -25,7 +25,7 @@
$liste["search_prefix"]     = "search_";
// Records per page
$liste["records_per_page"]     = 15;
$liste["records_per_page"]     = "15";
// Script File of the list
$liste["file"]                = "dns_template_list.php";