summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorRomain d'Alverny <rdalverny@gmail.com>2022-01-10 22:20:53 +0100
committerRomain d'Alverny <rdalverny@gmail.com>2022-01-10 22:20:53 +0100
commit81e974e61ab010e12e60174be4e07f9bdeb933f9 (patch)
tree527230df8e8ceaa49a8767a12239a6bbbe713f4f /admin
parentee9c408f719491ecb7947d83994bed1803a988e8 (diff)
downloadplanet-81e974e61ab010e12e60174be4e07f9bdeb933f9.tar
planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.tar.gz
planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.tar.bz2
planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.tar.xz
planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.zip
Require PHP 7.2
moonmoon now supports PHP 7.2 to 8.1.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/subscriptions.php2
1 files changed, 1 insertions, 1 deletions
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