IP storage

KaitoX

New Member
I am wondering where IPs are stored for whom has voted today. Trying to debug some features and the ability to vote only once a day is making the ability to debug these features exceptionally difficult.
 

Mark

Administrator
Staff member
IP's are stored in the database table called ip_log

you can write a cron job to empty (truncate) that table to allow voting as many times as you like.
 
Top