Updated roagen.php
This commit is contained in:
parent
1631048bc5
commit
f7566c8c52
|
@ -126,9 +126,6 @@ foreach($files as $file)
|
||||||
// Set directory for which all files are to be scanned
|
// Set directory for which all files are to be scanned
|
||||||
$files = scandir('../registry/data/route/');
|
$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)
|
foreach($files as $file)
|
||||||
{
|
{
|
||||||
$handle = fopen("../registry/data/route/$file", "r");
|
$handle = fopen("../registry/data/route/$file", "r");
|
||||||
|
|
Loading…
Reference in a new issue