11 lines
214 B
PHP
11 lines
214 B
PHP
|
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||
|
return array
|
||
|
(
|
||
|
'file' => array
|
||
|
(
|
||
|
'driver' => 'file',
|
||
|
'cache_dir' => '/dev/shm/osb',
|
||
|
'default_expire' => 3600,
|
||
|
)
|
||
|
);
|