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
e7635ff4
Commit
e7635ff4
authored
Jun 28, 2011
by
latham
Browse files
Quote some vars
parent
35be42b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/client/list/client.list.php
View file @
e7635ff4
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "client_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"
]
=
"client_list.php"
;
...
...
interface/web/client/list/client_template.list.php
View file @
e7635ff4
...
...
@@ -23,7 +23,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"
]
=
"client_template_list.php"
;
...
...
interface/web/client/list/reseller.list.php
View file @
e7635ff4
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "client_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"
]
=
"reseller_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