Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
provide error message for fail, we usually fail on protected twitter …
Browse files Browse the repository at this point in the history
…profile
  • Loading branch information
Pranketh committed Nov 29, 2008
1 parent 486d89d commit a58fa6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
$_SESSION['request_token_secret'] = $r[1];
header('Location: '.$r[2],true,303);

if(!$r[2]) echo 'error... this user may have protected updates.'

?>

0 comments on commit a58fa6a

Please sign in to comment.