Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
a2e66c79
Commit
a2e66c79
authored
Jun 28, 2011
by
latham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quote some vars
parent
e7635ff4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
interface/web/dns/list/dns_a.list.php
interface/web/dns/list/dns_a.list.php
+1
-1
interface/web/dns/list/dns_slave.list.php
interface/web/dns/list/dns_slave.list.php
+1
-1
interface/web/dns/list/dns_soa.list.php
interface/web/dns/list/dns_soa.list.php
+1
-1
interface/web/dns/list/dns_template.list.php
interface/web/dns/list/dns_template.list.php
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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