From 9556275ab642af51468501ceaffbe81896f2f757 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 14 Aug 2003 17:54:20 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20register=20global=20=E0=20on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- httpd.conf.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httpd.conf.dist b/httpd.conf.dist index 32f38d59225..c1072c6d14c 100644 --- a/httpd.conf.dist +++ b/httpd.conf.dist @@ -14,6 +14,8 @@ ErrorDocument 401 /public/error-401.html + php_flag register_globals on + Options Indexes FollowSymLinks AllowOverride All