X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fapi.php;h=cd5d5241f86c8faa231407c51b9e6540ce17ac7e;hb=696404739bdd3db8eae4255c2d622de8a45df18d;hp=406ef26c1c76adf22993b14e27da1badd1c87bb8;hpb=d4c3dcf2fccefcb2c79881be09fd3b1c73dc611a;p=friendica.git diff --git a/mod/api.php b/mod/api.php index 406ef26c1c..cd5d5241f8 100644 --- a/mod/api.php +++ b/mod/api.php @@ -1,5 +1,7 @@ cmd=='api/oauth/authorize'){ /* * api/oauth/authorize interact with the user. return a standard page @@ -84,7 +86,7 @@ function api_content(&$a) { } - if(! local_user()) { + if (! local_user()) { /// @TODO We need login form to redirect to this page notice( t('Please login to continue.') . EOL ); return login(false,$request->get_parameters()); @@ -106,8 +108,6 @@ function api_content(&$a) { '$no' => t('No'), )); - //echo "
"; var_dump($app); killme();
-
 		return $o;
 	}