|
@@ -422,7 +422,7 @@ if (permission_exists("domain_select") && permission_exists("domain_setting_add"
|
|
|
elseif ($category == "provision" && $subcategory == "password" && $name == "var" ) {
|
|
|
echo " ******** \n";
|
|
|
} else {
|
|
|
- echo " ".substr($row['default_setting_value'],0,58);
|
|
|
+ echo " ".htmlspecialchars(substr($row['default_setting_value'],0,58));
|
|
|
}
|
|
|
echo " \n";
|
|
|
echo " </td>\n";
|
|
@@ -491,4 +491,4 @@ if (permission_exists("domain_select") && permission_exists("domain_setting_add"
|
|
|
|
|
|
//include the footer
|
|
|
require_once "resources/footer.php";
|
|
|
-?>
|
|
|
+?>
|