1
0
Fork 0

Updated roagen.php

This commit is contained in:
netravnen 2018-12-10 20:16:29 +01:00 committed by Christoffer
parent 1631048bc5
commit f7566c8c52
1 changed files with 0 additions and 3 deletions

View File

@ -126,9 +126,6 @@ foreach($files as $file)
// Set directory for which all files are to be scanned
$files = scandir('../registry/data/route/');
$h = 0; // count up when reading new file
$i = 0; // used when loop through sub-arrays. I.e. when route objects have more than one listed origin asn
foreach($files as $file)
{
$handle = fopen("../registry/data/route/$file", "r");