Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created October 25, 2011 13:44
Show Gist options
  • Save deedubs/1312770 to your computer and use it in GitHub Desktop.
Save deedubs/1312770 to your computer and use it in GitHub Desktop.
<?php
if (isset($_GET['url']) && $_GET['url'] === 'favicon.ico') {
// Avoid "not found" errors for favicon, which is automatically requested by most browsers.
} else {
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment