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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user