Skip to content

Commit

Permalink
Update APII.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpower678 committed Jan 30, 2024
1 parent fc9a596 commit 11b7709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Core/APII.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 11b7709

Please sign in to comment.