batufa/system/config/encrypt.php
2009-05-23 15:09:47 -05:00

12 lines
216 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
return array(
'default' => array(
'key' => 'change this encryption key',
'mode' => MCRYPT_MODE_NOFB,
'cipher' => MCRYPT_RIJNDAEL_128
),
);