Changes in / [e100341:15b9db4]


Ignore:
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.