1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/litespeed/admin.patch
2022-06-05 18:40:17 +02:00

14 lines
479 B
Diff

--- a/dist/admin/html.open/lib/DAttrBase.php.orig
+++ b/dist/admin/html.open/lib/DAttrBase.php
@@ -250,9 +250,9 @@
$value = $this->extractCheckBoxOr();
else {
$value = UIBase::GrabInput("post", $this->_key);
- if (get_magic_quotes_gpc()) {
+ /* if (get_magic_quotes_gpc()) {
$value = stripslashes($value);
- }
+ } */
}
$value = str_replace("\r\n", "\n", $value);