8 lines
127 B
PHP
8 lines
127 B
PHP
|
<?php defined('SYSPATH') or die('No direct script access.');
|
||
|
|
||
|
return array(
|
||
|
'cookie' => array(
|
||
|
'encrypted' => FALSE,
|
||
|
),
|
||
|
);
|