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
f66e40ca
Commit
f66e40ca
authored
Jun 28, 2011
by
latham
Browse files
Quote some vars
parent
ac963307
Changes
10
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/list/cron.list.php
View file @
f66e40ca
...
...
@@ -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"
]
=
"cron_list.php"
;
...
...
interface/web/sites/list/database.list.php
View file @
f66e40ca
...
...
@@ -29,7 +29,7 @@ $liste["table_idx"] = "database_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"
]
=
"database_list.php"
;
...
...
interface/web/sites/list/ftp_user.list.php
View file @
f66e40ca
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "ftp_user_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"
]
=
"ftp_user_list.php"
;
...
...
interface/web/sites/list/shell_user.list.php
View file @
f66e40ca
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "shell_user_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"
]
=
"shell_user_list.php"
;
...
...
interface/web/sites/list/user_quota_stats.list.php
View file @
f66e40ca
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_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"
]
=
"user_quota_stats.php"
;
...
...
interface/web/sites/list/web_aliasdomain.list.php
View file @
f66e40ca
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_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"
]
=
"web_aliasdomain_list.php"
;
...
...
interface/web/sites/list/web_domain.list.php
View file @
f66e40ca
...
...
@@ -29,7 +29,7 @@ $liste["table_idx"] = "domain_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"
]
=
"web_domain_list.php"
;
...
...
interface/web/sites/list/web_sites_stats.list.php
View file @
f66e40ca
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_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"
]
=
"web_sites_stats.php"
;
...
...
interface/web/sites/list/web_subdomain.list.php
View file @
f66e40ca
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_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"
]
=
"web_subdomain_list.php"
;
...
...
interface/web/sites/list/webdav_user.list.php
View file @
f66e40ca
...
...
@@ -25,7 +25,7 @@ $liste["table_idx"] = "webdav_user_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"
]
=
"webdav_user_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