This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
redir/application/config/config.php

18 lines
370 B
PHP
Raw Normal View History

2011-07-20 12:57:07 +00:00
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
2013-04-13 06:17:56 +00:00
* Redir system default configurable items.
2011-07-20 12:57:07 +00:00
*
2013-04-13 06:17:56 +00:00
* @package Redir
2011-07-20 12:57:07 +00:00
* @category Configuration
* @author Deon George
2013-04-13 06:17:56 +00:00
* @copyright (c) 2010-2013 Deon George
2011-07-20 12:57:07 +00:00
* @license http://dev.leenooks.net/license.html
*/
2013-04-14 07:43:06 +00:00
2011-07-20 12:57:07 +00:00
return array(
'cache_type' => 'file',
'date_format' => 'd-M-Y',
);
?>