Guest User

Untitled

a guest
Jul 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (getenv('AH_SITE_ENVIRONMENT') &&
  2. isset($conf['memcache_servers'])
  3. ) {
  4. $conf['cache_backends'][] = './sites/all/modules/memcache/memcache.inc';
  5. $conf['cache_default_class'] = 'MemCacheDrupal';
  6. $conf['cache_class_cache_form'] = 'DrupalDatabaseCache';
  7. }
Add Comment
Please, Sign In to add comment