Skip to content

Instantly share code, notes, and snippets.

@abrahamvegh
Last active December 14, 2015 05:39
Show Gist options
  • Save abrahamvegh/5036470 to your computer and use it in GitHub Desktop.
Save abrahamvegh/5036470 to your computer and use it in GitHub Desktop.
Hesitant?
<?
define('HESITANT', preg_match('/^hesitant/', $_SERVER['HTTP_HOST']));
function hesitant ($m, $a = NULL) { return HESITANT ? $m : (is_null($a) ? '' : $a) ; }
@asmallteapot
Copy link

The fuck is this?

@MosheBerman
Copy link

Dont hesitate on the innertubes! Or, if you do, only hesitate in all caps?

@abrahamvegh
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment