From e2254a7a311464f68b07085e9c63692111a44327 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 27 Nov 2003 14:42:49 +0000
Subject: [PATCH] - Removed the magic_quotes_gpc requirement.  Suggested by Ax.

---
 INSTALL | 1 -
 1 file changed, 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index d2b17cba4c37..1475c9afe979 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,7 +15,6 @@ SERVER CONFIGURATION
 
 Your PHP must have the following settings:
 
-  magic_quotes_gpc         0
   session.save_handler     user
 
 In addition, we recommend the following settings:
-- 
GitLab