Quote:
Originally Posted by kether1
Thanks for the information! :up: Is there a specific piece of code in the PHP file that I should look for to make this change?
Regards,
Kether
|
Around line 55:
Code:
/*
// Don't change already cached files ---------------------------------------
for($i = 0; $i < $n; $i++)
{
if(strpos($files[$i]['url'], $forum_home . 'imgcache/') !== FALSE)
{
$files[$i]['url'] = '';
}
}
*/