Beispiel #1
0
	function init(  ){

		self::$op = strtolower( getEnvs( 'HTTP_X_OPERAMINI_PHONE' ) );
		self::$ua = strtolower( getEnvs( 'HTTP_USER_AGENT' ) );
		self::$ac = strtolower( getEnvs( 'HTTP_ACCEPT' ) );
		self::$ip = strtolower( getEnvs( 'REMOTE_ADDR' ) );

	}