From 5c695772535f61c7a3d4c1b025eea8b125b9ab58 Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Thu, 24 Mar 2022 23:13:40 +0100 Subject: [PATCH] [ZoneTelechargementBridge] Fix links (#2526) --- bridges/ZoneTelechargementBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/ZoneTelechargementBridge.php b/bridges/ZoneTelechargementBridge.php index a154f78f..c534f575 100644 --- a/bridges/ZoneTelechargementBridge.php +++ b/bridges/ZoneTelechargementBridge.php @@ -173,7 +173,7 @@ class ZoneTelechargementBridge extends BridgeAbstract { // Split the link using '/' $parts = explode('/', $url); // return the new URL using the new Link Protection system - return 'https://protecte.cam//171-2/?link=' . end($parts); + return 'https://ztprotecte.cam//171-2/?link=' . end($parts); } // Function to get the CURL_RESOLVE content