Skip to content

Instantly share code, notes, and snippets.

@frknbasaran
Last active September 10, 2015 10:46
Show Gist options
  • Save frknbasaran/119e0e634dcc42b85039 to your computer and use it in GitHub Desktop.
Save frknbasaran/119e0e634dcc42b85039 to your computer and use it in GitHub Desktop.
<?php
// As they have come, so they will go.
// - Kemal Ataturk, Istanbul, 13 Nov 1918
$app->get('/occupy-bosphorus', function() use ($ataturk) {
$ataturk->redirect($_SERVER["HTTP_REFERER"]);
});
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment