Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
a2e66c79
Commit
a2e66c79
authored
Jun 28, 2011
by
latham
Browse files
Quote some vars
parent
e7635ff4
Changes
4
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/list/dns_a.list.php
View file @
a2e66c79
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "id";
$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
View file @
a2e66c79
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "id";
$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
View file @
a2e66c79
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "id";
$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
View file @
a2e66c79
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "template_id";
$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"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment