From f7566c8c52bbd268eb1f5530d4878748781b5a31 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Mon, 10 Dec 2018 20:16:29 +0100 Subject: [PATCH] Updated roagen.php --- roagen.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/roagen.php b/roagen.php index c183593..87a2991 100755 --- a/roagen.php +++ b/roagen.php @@ -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");