Skip to content
Snippets Groups Projects
Commit f66e40ca authored by latham's avatar latham
Browse files

Quote some vars

parent ac963307
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ $liste["table_idx"] = "id"; ...@@ -25,7 +25,7 @@ $liste["table_idx"] = "id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "cron_list.php"; $liste["file"] = "cron_list.php";
......
...@@ -29,7 +29,7 @@ $liste["table_idx"] = "database_id"; ...@@ -29,7 +29,7 @@ $liste["table_idx"] = "database_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "database_list.php"; $liste["file"] = "database_list.php";
......
...@@ -25,7 +25,7 @@ $liste["table_idx"] = "ftp_user_id"; ...@@ -25,7 +25,7 @@ $liste["table_idx"] = "ftp_user_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "ftp_user_list.php"; $liste["file"] = "ftp_user_list.php";
......
...@@ -25,7 +25,7 @@ $liste["table_idx"] = "shell_user_id"; ...@@ -25,7 +25,7 @@ $liste["table_idx"] = "shell_user_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "shell_user_list.php"; $liste["file"] = "shell_user_list.php";
......
...@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id"; ...@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "user_quota_stats.php"; $liste["file"] = "user_quota_stats.php";
......
...@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id"; ...@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "web_aliasdomain_list.php"; $liste["file"] = "web_aliasdomain_list.php";
......
...@@ -29,7 +29,7 @@ $liste["table_idx"] = "domain_id"; ...@@ -29,7 +29,7 @@ $liste["table_idx"] = "domain_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "web_domain_list.php"; $liste["file"] = "web_domain_list.php";
......
...@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id"; ...@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "web_sites_stats.php"; $liste["file"] = "web_sites_stats.php";
......
...@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id"; ...@@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "web_subdomain_list.php"; $liste["file"] = "web_subdomain_list.php";
......
...@@ -25,7 +25,7 @@ $liste["table_idx"] = "webdav_user_id"; ...@@ -25,7 +25,7 @@ $liste["table_idx"] = "webdav_user_id";
$liste["search_prefix"] = "search_"; $liste["search_prefix"] = "search_";
// Records per page // Records per page
$liste["records_per_page"] = 15; $liste["records_per_page"] = "15";
// Script File of the list // Script File of the list
$liste["file"] = "webdav_user_list.php"; $liste["file"] = "webdav_user_list.php";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment