Skip to content

Instantly share code, notes, and snippets.

@rattlion
Created November 20, 2014 20:42
Show Gist options
  • Save rattlion/5028dbc8c065feb9bdfb to your computer and use it in GitHub Desktop.
Save rattlion/5028dbc8c065feb9bdfb to your computer and use it in GitHub Desktop.
<?php
switch ($_SERVER['REMOTE_ADDR']) {
case '123':
case '456':
break;
default:
echo '<script type="text/javascript" src="/sanky-modal/js/main.js"></script>';
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment