Skip to content

Commit

Permalink
Merge pull request #125 from internetarchive/schema-rewrtie
Browse files Browse the repository at this point in the history
Update APII.php
  • Loading branch information
cyberpower678 committed Jan 30, 2024
2 parents 6965565 + 11b7709 commit d07ae7c
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 d07ae7c

Please sign in to comment.