Skip to content

Instantly share code, notes, and snippets.

@brandondove
Created October 28, 2012 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brandondove/3969593 to your computer and use it in GitHub Desktop.
Save brandondove/3969593 to your computer and use it in GitHub Desktop.
Sucuri Shirt Patch
<?php
if_my_site_is_infected() {
visit("sucuri.net");
} else {
die();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment