so it should be
$this->updateUser($_SESSION['user']['id'], 'ip_last',$_SERVER['HTTP_X_FORWARDED_FOR']
);
??
I've checked some other class.users.php and they all got the same code as i do ? :)
<?php
namespace Revolution;
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
class users implements iUsers
{
/*-------------------------------Authenticate-------------------------------------*/
final public function isLogged()
{...
Hi Devbest, I got a problem with my retro!
When users register they all got the same reg_ip? The hotel is hosted on a homeserver!
What can i do to fix that ?