Updated to work with KH 3.1
This commit is contained in:
23
application/config/cache.php
Normal file
23
application/config/cache.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* PTA Configuration - Cache Driver
|
||||
*
|
||||
* @package PTA
|
||||
* @subpackage Cache
|
||||
* @category Configuration
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010 phpTSMadmin Development Team
|
||||
* @license http://phptsmadmin.sf.net/license.html
|
||||
*/
|
||||
|
||||
return array
|
||||
(
|
||||
'file' => array
|
||||
(
|
||||
'driver' => 'file',
|
||||
'cache_dir' => '/dev/shm/lnapp',
|
||||
'default_expire' => 3600,
|
||||
)
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user