From 285d5c5b6b22728a2b0808c24cce7a538fcc80b8 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Sun, 31 Dec 2017 14:09:51 +0000
Subject: [PATCH] Remove check for Magic Quotes, since this feature is removed
 in PHP 5.4

---
 modules/core/www/frontpage_config.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php
index 94dea21a2..e1eef9df5 100644
--- a/modules/core/www/frontpage_config.php
+++ b/modules/core/www/frontpage_config.php
@@ -165,13 +165,6 @@ $funcmatrix[] = array(
 	'enabled' => $password_ok
 );
 
-$funcmatrix[] = array(
-	'required' => 'recommended',
-	'descr' => 'Magic Quotes should be turned off',
-	'enabled' => (get_magic_quotes_runtime() == 0)
-);
-
-
 $t = new SimpleSAML_XHTML_Template($config, 'core:frontpage_config.tpl.php');
 $t->data['pageid'] = 'frontpage_config';
 $t->data['isadmin'] = $isadmin;
-- 
GitLab