[eluser]Johan André[/eluser]
[quote author="RaF007" date="1233085393"]Johan, could you elaborate? Which class are we talking about?[/quote]
Ofcourse:
You can use the (preloaded) input-class to get $_SERVER variables:
Code:
$this->input->server('some_data');
Not that it really matters for the functionality (in this case).
The great things about the input-class is that it test if the key is set before returning the data. If not set it returns false.