From c5c70c7ebf78b19de022b66ccb2ae6deb5055c45 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Tue, 12 Jun 2018 15:18:10 +0800 Subject: [PATCH] auth --- auth/{linkedin.php => linkedin/index.php} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename auth/{linkedin.php => linkedin/index.php} (51%) diff --git a/auth/linkedin.php b/auth/linkedin/index.php similarity index 51% rename from auth/linkedin.php rename to auth/linkedin/index.php index 6551abd..8e76c27 100644 --- a/auth/linkedin.php +++ b/auth/linkedin/index.php @@ -3,9 +3,7 @@ * Created by PhpStorm. * User: Administrator * Date: 2018/6/12 - * Time: 14:22 + * Time: 15:17 */ -$content = file_get_contents("php://input"); - -echo $content; \ No newline at end of file +print_r($GLOBALS); \ No newline at end of file