7 lines
147 B
PHP
7 lines
147 B
PHP
|
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||
|
|
||
|
return array
|
||
|
(
|
||
|
'method_security' => TRUE, // Enable User Based method security
|
||
|
);
|