Skip to content

Instantly share code, notes, and snippets.

@Zenger
Created July 25, 2012 08:22
Show Gist options
  • Save Zenger/3175074 to your computer and use it in GitHub Desktop.
Save Zenger/3175074 to your computer and use it in GitHub Desktop.
Snippets
<?php
// checks file mime type, if it's a image.
if ( stristr($mime, "image/") === false)) return false;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment