Categorias

Increase your website traffic with Attracta.com

Cambiar el include/cache.inc en la linea 42:
 
Desde
 
if (isset($user->cache) && $user->cache > $cache->created) {
 
a
 
if (isset($user->cache) && $user->cache > $cache->expire) {