Created
February 28, 2017 17:47
-
-
Save lomboboo/ded7184e20e8ea7cad28e79ea7ee2c70 to your computer and use it in GitHub Desktop.
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
$url = 'http'.(isset($_SERVER['HTTPS'])?'s':'').'://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment