File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ function index(){
1717
1818
1919 function initiate ($ id ){
20- $ this ->data ['appKey ' ] = "lomuwsnh4wih " ;
21- $ this ->data ['appSecret ' ] = "QkOD0aoauzdwvUIh " ;
20+ $ this ->data ['appKey ' ] = "" ;
21+ $ this ->data ['appSecret ' ] = "" ;
2222 $ this ->data ['callbackUrl ' ] = "http://50.56.97.92/ci/linklogin/data/ " . $ id ;
2323 $ this ->load ->library ('linkedin ' , $ this ->data );
2424 $ this ->linkedin ->setResponseFormat (LINKEDIN ::_RESPONSE_JSON );
@@ -30,8 +30,8 @@ function initiate($id){
3030 redirect ($ link );
3131 }
3232 function data ($ id , $ first_login =0 ){
33- $ this ->data ['appKey ' ] = "lomuwsnh4wih " ;
34- $ this ->data ['appSecret ' ] = "QkOD0aoauzdwvUIh " ;
33+ $ this ->data ['appKey ' ] = "" ;
34+ $ this ->data ['appSecret ' ] = "" ;
3535 $ this ->data ['callbackUrl ' ] = "http://50.56.97.92/ci/linklogin/data/ " . $ id ;
3636 $ this ->load ->library ('linkedin ' , $ this ->data );
3737 $ this ->linkedin ->setResponseFormat (LINKEDIN ::_RESPONSE_JSON );
You can’t perform that action at this time.
0 commit comments