1 |
diff -up e-smith-php-2.2.0/root/etc/e-smith/db/configuration/defaults/php/MagicQuotes.remove-magic-quotes e-smith-php-2.2.0/root/etc/e-smith/db/configuration/defaults/php/MagicQuotes |
2 |
+++ /dev/null 2011-09-19 11:51:22.000000000 +0200 |
3 |
--- e-smith-php-2.2.0/root/etc/e-smith/db/configuration/defaults/php/MagicQuotes 2011-09-19 11:49:59.000000000 +0200 |
4 |
@@ -1 +0,0 @@ |
5 |
-On |
6 |
diff -up e-smith-php-2.2.0/root/etc/e-smith/templates/etc/php.ini/40DataHandling.remove-magic-quotes e-smith-php-2.2.0/root/etc/e-smith/templates/etc/php.ini/40DataHandling |
7 |
--- e-smith-php-2.2.0/root/etc/e-smith/templates/etc/php.ini/40DataHandling.remove-magic-quotes 2011-09-19 11:49:59.000000000 +0200 |
8 |
+++ e-smith-php-2.2.0/root/etc/e-smith/templates/etc/php.ini/40DataHandling 2011-09-19 11:52:23.000000000 +0200 |
9 |
@@ -7,12 +7,6 @@ post_max_size = |
10 |
$OUT .= "$ms"; |
11 |
} |
12 |
gpc_order = "GPC" |
13 |
-magic_quotes_gpc = { |
14 |
- my $mq = $php{MagicQuotes} || "Off"; |
15 |
- $OUT .= "$mq"; |
16 |
-} |
17 |
-magic_quotes_runtime = Off |
18 |
-magic_quotes_sybase = Off |
19 |
auto_prepend_file = |
20 |
auto_append_file = |
21 |
default_mimetype = "text/html" |