Guest User

Untitled

a guest
Jun 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. 1 <?php
  2. 2 return array (
  3. 3 'frontend' => 'Core',
  4. 4 'backend' => 'Apc',
  5. 5 'frontendOptions' => array (
  6. 6 'caching' => true,
  7. 7 'cache_id_prefix' => 'fusion_',
  8. 8 'lifetime' => 180000,
  9. 9 'ignore_user_about' => true,
  10. 10 'automatic_serialization' => true
  11. 11 ),
  12. 12 'backendOptions' => array ()
  13. 13 );
Add Comment
Please, Sign In to add comment