From 6c3ab4e4ddaa56ef56037c479b6f433634f125a4 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 21 Dec 2016 16:36:32 +0800 Subject: [PATCH] bug fix. --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index 883a15b..4b69289 100644 --- a/index.php +++ b/index.php @@ -22,6 +22,9 @@ if (isset($_GET['code'])) { $code = $_GET['code']; } +if (isset($_GET['scope'])) { + $scope = $_GET['scope']; +} if ($code == 'test') { exit;