Skip to content

Commit f66e40c

Browse files
author
latham
committed
Quote some vars
1 parent ac96330 commit f66e40c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

interface/web/sites/list/cron.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "cron_list.php";

interface/web/sites/list/database.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
$liste["search_prefix"] = "search_";
3030

3131
// Records per page
32-
$liste["records_per_page"] = 15;
32+
$liste["records_per_page"] = "15";
3333

3434
// Script File of the list
3535
$liste["file"] = "database_list.php";

interface/web/sites/list/ftp_user.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "ftp_user_list.php";

interface/web/sites/list/shell_user.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "shell_user_list.php";

interface/web/sites/list/user_quota_stats.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "user_quota_stats.php";

interface/web/sites/list/web_aliasdomain.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "web_aliasdomain_list.php";

interface/web/sites/list/web_domain.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
$liste["search_prefix"] = "search_";
3030

3131
// Records per page
32-
$liste["records_per_page"] = 15;
32+
$liste["records_per_page"] = "15";
3333

3434
// Script File of the list
3535
$liste["file"] = "web_domain_list.php";

interface/web/sites/list/web_sites_stats.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "web_sites_stats.php";

interface/web/sites/list/web_subdomain.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "web_subdomain_list.php";

interface/web/sites/list/webdav_user.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "webdav_user_list.php";

0 commit comments

Comments
 (0)