addslashes to code
Dieser Commit ist enthalten in:
Ursprung
5c046c2509
Commit
b40fe3b47f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -63,6 +63,7 @@ function layEditLayout($idlay, $name, $description, $code) {
|
||||||
set_magic_quotes_gpc($description);
|
set_magic_quotes_gpc($description);
|
||||||
set_magic_quotes_gpc($code);
|
set_magic_quotes_gpc($code);
|
||||||
**/
|
**/
|
||||||
|
$code = addslashes($code);
|
||||||
if (strlen(trim($name)) == 0) {
|
if (strlen(trim($name)) == 0) {
|
||||||
$name = i18n('-- Unnamed Layout --');
|
$name = i18n('-- Unnamed Layout --');
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren