Created
November 7, 2016 12:49
-
-
Save CB9TOIIIA/bc7e263659456510a32e7afab00a95c1 to your computer and use it in GitHub Desktop.
REMOTE_ADDR Joomla!
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
$jinput = JFactory::getApplication()->input; | |
return $jinput->server->get('REMOTE_ADDR', '', ''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment