<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* Redir system default configurable items.
*
* @package Redir
* @category Configuration
* @author Deon George
* @copyright (c) 2010-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
return array(
'cache_type' => 'file',
'date_format' => 'd-M-Y',
);
?>