Disable Stats

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
In includes/class.file.php find:

Code:
// update stats
$rs = Stats::track($this, $this->id);
if ($rs)
{
    $this->updateLastAccessed();
}
replace with just:

Code:
$this->updateLastAccessed();