From c4db3747504f3208046e11281d8a7fd310b095cd Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Tue, 12 Jun 2018 16:14:37 +0800 Subject: [PATCH] auth --- auth/linkedin/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/linkedin/index.php b/auth/linkedin/index.php index dc0b98a..9ed056d 100644 --- a/auth/linkedin/index.php +++ b/auth/linkedin/index.php @@ -12,6 +12,7 @@ register_shutdown_function('shutdown'); function shutdown(){ error_get_last(); + die('shutdown'); } $url = "https://www.linkedin.com/oauth/v2/accessToken";