/ Published in: Other
Expand |
Embed | Plain Text
$this->data['Comment']['ip'] = $_SERVER['REMOTE_ADDR']; $this->data['Comment']['agent'] = $_SERVER['HTTP_USER_AGENT'];
You need to login to post a comment.
gerhardsletten on 01/28/09
1 person have marked this snippet as a favorite
$this->data['Comment']['ip'] = $_SERVER['REMOTE_ADDR']; $this->data['Comment']['agent'] = $_SERVER['HTTP_USER_AGENT'];
You need to login to post a comment.