Skip to content

Instantly share code, notes, and snippets.

@eiriksm
Created November 2, 2014 15:08
Show Gist options
  • Save eiriksm/f8ee6fd52e6e1a84c3e0 to your computer and use it in GitHub Desktop.
Save eiriksm/f8ee6fd52e6e1a84c3e0 to your computer and use it in GitHub Desktop.
environment check
<?php
if (variable_get('environment', '') == 'development') {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment