Last active
December 14, 2015 05:39
-
-
Save abrahamvegh/5036470 to your computer and use it in GitHub Desktop.
Hesitant?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
define('HESITANT', preg_match('/^hesitant/', $_SERVER['HTTP_HOST'])); | |
function hesitant ($m, $a = NULL) { return HESITANT ? $m : (is_null($a) ? '' : $a) ; } |
Dont hesitate on the innertubes! Or, if you do, only hesitate in all caps?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fuck is this?