From 850d3122790e4eab02d627ecd9471ac38800f24d Mon Sep 17 00:00:00 2001 From: kimbioinfostudio Date: Wed, 1 Jul 2020 23:03:55 +0800 Subject: [PATCH 1/3] fix ipv6 out of box --- index.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.php b/index.php index d587d3b..03217f2 100644 --- a/index.php +++ b/index.php @@ -244,5 +244,12 @@ require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'device.php'); + \ No newline at end of file From 6816e08d67fc7e1a6ea74dc0e6dada9b7690147c Mon Sep 17 00:00:00 2001 From: kimbioinfostudio Date: Wed, 1 Jul 2020 23:18:30 +0800 Subject: [PATCH 2/3] fix some error --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 03217f2..87969b4 100644 --- a/index.php +++ b/index.php @@ -245,9 +245,9 @@ require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'device.php'); From f9ebeb762a4aed9622a88145a30b55e75e8e25ea Mon Sep 17 00:00:00 2001 From: kimbioinfostudio Date: Wed, 1 Jul 2020 23:20:13 +0800 Subject: [PATCH 3/3] fix some error --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 87969b4..c7ef86d 100644 --- a/index.php +++ b/index.php @@ -245,7 +245,7 @@ require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'device.php');