From ad1ef3425a3cda47b0f4f1778299d7e1ef642578 Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Thu, 3 Mar 2022 06:57:12 +0100 Subject: [PATCH] [ZoneTelechargementBridge] Fix protected links URL (#2481) Links URL have been changed: the rewriteProtectedLink function is now updated ! --- bridges/ZoneTelechargementBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/ZoneTelechargementBridge.php b/bridges/ZoneTelechargementBridge.php index 70bee033..06e2aa36 100644 --- a/bridges/ZoneTelechargementBridge.php +++ b/bridges/ZoneTelechargementBridge.php @@ -170,6 +170,6 @@ class ZoneTelechargementBridge extends BridgeAbstract { // Split the link using '/' $parts = explode('/', $url); // return the new URL using the new Link Protection system - return 'https://liens.onaregarde-pourvous.com/171-2/?link=' . end($parts); + return 'https://protecte.cam//171-2/?link=' . end($parts); } }