Skip to content

Commit

Permalink
bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Dec 21, 2016
1 parent 10f609c commit 6c3ab4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
if (isset($_GET['code'])) {
$code = $_GET['code'];
}
if (isset($_GET['scope'])) {
$scope = $_GET['scope'];
}

if ($code == 'test') {
exit;
Expand Down

0 comments on commit 6c3ab4e

Please sign in to comment.