aboutsummaryrefslogtreecommitdiffstats
path: root/lfs-latest.php
diff options
context:
space:
mode:
Diffstat (limited to 'lfs-latest.php')
-rw-r--r--lfs-latest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest.php b/lfs-latest.php
index 7b567350d..32267fa27 100644
--- a/lfs-latest.php
+++ b/lfs-latest.php
@@ -78,7 +78,7 @@ function http_get_file( $url )
}
else
{
- exec( "elinks -dump $url 2>/dev/null", $lines );
+ exec( "links -dump $url 2>/dev/null", $lines );
return $lines;
}
}