i5513
Joined: 25 Aug 2005
Posts: 1
|
| Posted: Thu Aug 25, 2005 6:10 pm Post subject: Little bug on inc.func.php |
|
|
Hi,
I wanted to use phpsitestat without counts my own visits, so I used ignore option configuration.
Now when I open my web, with this option enable to 127.0.0.1 , my website isn't show to me.
I saw on code:
if (strstr($_SESSION['cfg_ignore'],$_SERVER["REMOTE_ADDR"])){
die ;
I propose change die to return 0
Thanks you for phpstats ! |
|