equal
deleted
inserted
replaced
23 $_SESSION['TWITTER_REQUEST_TOKEN'] = null; |
23 $_SESSION['TWITTER_REQUEST_TOKEN'] = null; |
24 |
24 |
25 /** |
25 /** |
26 * With Access Token in hand, let's try accessing the client again |
26 * With Access Token in hand, let's try accessing the client again |
27 */ |
27 */ |
28 header('Location: ' . URL_ROOT ); |
28 header('Location: ' . URL_ROOT . 'client.php' ); |
29 } else { |
29 } else { |
30 /** |
30 /** |
31 * Mistaken request? Some malfeasant trying something? |
31 * Mistaken request? Some malfeasant trying something? |
32 */ |
32 */ |
33 exit('Invalid callback request. Oops. Sorry.'); |
33 exit('Invalid callback request. Oops. Sorry.'); |