From fcf189703a46194bd179f8f7916ccd0c82f37cb9 Mon Sep 17 00:00:00 2001 From: Hoto Cocoa Date: Tue, 3 Oct 2017 11:09:50 +0900 Subject: [PATCH 1/2] Test Update --- test.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test.php b/test.php index d0868ce..4fd9ce1 100644 --- a/test.php +++ b/test.php @@ -62,3 +62,8 @@ $Check->CheckUser('aergn8i39jf', 1, 1); GetDataTest(); + $Check->CheckUser('3318', 0, 2, 'https://test.hoto.us/ripple'); + GetDataTest(); + + $Check->CheckUser('3318', 0, 2); + GetDataTest(); \ No newline at end of file From 62c2822040d99091b6ff3701412a9838b30144db Mon Sep 17 00:00:00 2001 From: Hoto Cocoa Date: Tue, 3 Oct 2017 11:12:35 +0900 Subject: [PATCH 2/2] Comment typo fix --- .gitignore | 1 + class/osutournament/check.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/class/osutournament/check.php b/class/osutournament/check.php index d40c476..65b2be7 100644 --- a/class/osutournament/check.php +++ b/class/osutournament/check.php @@ -48,7 +48,7 @@ /** * $serverurl osu! ripple server custom URL * Default URL : https://ripple.moe - * use only $server = 1 (ripple) + * use only $server = 2 (ripple) * @var string */ private $serverurl;