From 81e974e61ab010e12e60174be4e07f9bdeb933f9 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 10 Jan 2022 22:20:53 +0100 Subject: Require PHP 7.2 moonmoon now supports PHP 7.2 to 8.1. --- admin/subscriptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/subscriptions.php b/admin/subscriptions.php index f0fd896..0940168 100755 --- a/admin/subscriptions.php +++ b/admin/subscriptions.php @@ -22,7 +22,7 @@ if (isset($_POST['opml']) || isset($_POST['add'])) { $newOpml->title = $PlanetConfig->getName(); // Remove slashes if needed - if (get_magic_quotes_gpc() && isset($_POST['opml'])) { + if (isset($_POST['opml'])) { array_walk_recursive($_POST['opml'], 'removeSlashes'); } // Delete/Save feeds -- cgit v1.2.1