1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 18:52:08 +02:00

Swallow any warnings here

This commit is contained in:
Rasmus Lerdorf
1999-03-15 21:45:30 +00:00
parent 84123a3f79
commit 63fd3832c4

View File

@@ -97,8 +97,8 @@ makeCap();
$thisurl=substr($PHP_SELF,1); /* strip leading slash */
$mirror_sites=$MIRRORS;
$lastcountry="xxxxx";
reset($showsites);
while ($site = current($showsites)) {
@reset($showsites);
while ($site = @current($showsites)) {
next($showsites);
$info = $mirror_sites[$site];
list($country, $location, $shortname, $companyurl, $show) = $info;