From 11b7709514ca9d12de9334634cac07612e27e081 Mon Sep 17 00:00:00 2001 From: cyberpower678 Date: Tue, 30 Jan 2024 10:24:08 -0500 Subject: [PATCH] Update APII.php --- app/src/Core/APII.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Core/APII.php b/app/src/Core/APII.php index 532b88dc..73d2c5d8 100644 --- a/app/src/Core/APII.php +++ b/app/src/Core/APII.php @@ -3813,7 +3813,7 @@ public static function resolveArchiveIsURL( $url, $force ) { if( isset( $aliasURLs ) ) foreach( $aliasURLs as $tURL ) { $returnArray['aliases'][] = $checkIfDead->sanitizeURL( $tURL, true ); } - $returnArray['archive_url'] = "https://archive.ph/" . $match[2] . "/" . $match[3]; + $returnArray['archive_url'] = "https://archive.today/" . $match[2] . "/" . $match[3]; $returnArray['archive_host'] = "archiveis"; if( isset( $fastResolve ) ) $returnArray['fast_resolve'] = $fastResolve; else $returnArray['fast_resolve'] = false;