latham
2011-06-28 f66e40cacbb054857a223a9d1e178e64e5d4831c
Quote some vars
10 files modified
20 ■■■■ changed files
interface/web/sites/list/cron.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/database.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/ftp_user.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/shell_user.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/user_quota_stats.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/web_aliasdomain.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/web_domain.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/web_sites_stats.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/web_subdomain.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/webdav_user.list.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/list/cron.list.php
@@ -25,7 +25,7 @@
$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
@@ -29,7 +29,7 @@
$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
@@ -25,7 +25,7 @@
$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
@@ -25,7 +25,7 @@
$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
@@ -25,7 +25,7 @@
$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
@@ -25,7 +25,7 @@
$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
@@ -29,7 +29,7 @@
$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
@@ -25,7 +25,7 @@
$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
@@ -25,7 +25,7 @@
$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
@@ -25,7 +25,7 @@
$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";