diff options
-rw-r--r-- | usr/local/sbin/prefixes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/sbin/prefixes.php b/usr/local/sbin/prefixes.php index af915e3..b0920cb 100644 --- a/usr/local/sbin/prefixes.php +++ b/usr/local/sbin/prefixes.php @@ -5,6 +5,7 @@ if(!file_exists($leases_file)) { exit(1); } +$duid_arr = array(); foreach(file($leases_file) as $line) { // echo "$line"; if(preg_match("/^(ia-[np][ad])[ ]+\"(.*?)\"/i ", $line, $duidmatch)) { |