Changeset 15b9db4


Ignore:
Timestamp:
10/08/2023 10:30:27 PM (7 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
df6e42d
Parents:
e100341 (diff), c39bfe9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    re100341 r15b9db4  
    8686  exec( "curl --location --silent --max-time 30 $url", $dir );
    8787
    88   $s   = implode( "\n", $dir );
    89   $dir = strip_tags( $s );
     88  $dir = implode( "\n", $dir );
     89  if ( !preg_match( "/api.github.com/", $url) )
     90    $dir = strip_tags( $dir );
    9091  return explode( "\n", $dir );
    9192}
Note: See TracChangeset for help on using the changeset viewer.