Quote:
Originally Posted by Wolver2
I appreicate this mod very much. I was wondering what if there were malicious things that happened around 6 months ago? should I still use this plugin?
|
If you're familiar with php then you can just adjust this line:
PHP Code:
$threshold = $curtime - (60 * 60 * 24 * 30 * 3);
Change the last "3" to "6" then it'll cover the last 6 months.
Hope that it helps.