[Typo3-dev] IP-ranges for stat_excludeIPList

Kasper Skårhøj kasper2004 at typo3.com
Mon Nov 15 12:46:55 CET 2004


Done, in CVS

- kasper


On Tue, 2004-11-09 at 11:37, Martin T. Kutschker wrote:
> Hi!
> 
> How about changing the IP-check from this
> 
> t3lib_div::inList(
>    str_replace(' ','',$this->config['config']['stat_excludeIPList']),
>    t3lib_div::getIndpEnv('REMOTE_ADDR')
>   )
> 
> to that
> 
>   t3lib_div::cmpIP(
>    t3lib_div::getIndpEnv("REMOTE_ADDR"),
>    $this->config["config"]["stat_excludeIPList"]
>   )
> 
> ?
> 
> I reckon you would rather exclude your whole office net than some 
> individual developer's machines.
> 
> Masi
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
-- 
- kasper

--------
Please notice NEW EMAIL ADDRESS for 2004!! (due to SPAM-contamination)
	
"kasper2004 at typo3.com"





More information about the TYPO3-dev mailing list