From 56fe1a38bff938b0d75f2698b91d870300de5363 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 14 Mar 2004 22:00:22 +0000 Subject: - That change was unintentional, but it would be the right thing to do ;-) --- php.ini-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini-dist') diff --git a/php.ini-dist b/php.ini-dist index 1238eb236f..41d86659b2 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -389,7 +389,7 @@ post_max_size = 8M ; ; Magic quotes for incoming GET/POST/Cookie data. -magic_quotes_gpc = Off +magic_quotes_gpc = On ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. magic_quotes_runtime = Off -- cgit v1.2.1