Skip to content

Instantly share code, notes, and snippets.

@oliwa
Created November 19, 2015 10:03
Show Gist options
  • Select an option

  • Save oliwa/974f931f9774883b547d to your computer and use it in GitHub Desktop.

Select an option

Save oliwa/974f931f9774883b547d to your computer and use it in GitHub Desktop.
Environment Conditional
<!-- Environment -->
<?php if ($_SERVER['SERVER_ADDR']=="192.168.100.10"){ ?>
<!-- local, do something... -->
<?php } else { ?>
<!-- online, do something else... -->
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment