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