Guest User

Untitled

a guest
Oct 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. /**
  3. * application/config/config.php
  4. *
  5. */
  6.  
  7. //These are the only options in refernece to this issue
  8. $config['base_url'] = '';
  9.  
  10. $config['csrf_protection'] = TRUE;
  11. $config['csrf_token_name'] = 'csrf_test_name';
  12. $config['csrf_cookie_name'] = 'csrf_cookie_name';
  13. $config['csrf_expire'] = 7200;
  14. $config['csrf_regenerate'] = TRUE;
  15. $config['csrf_exclude_uris'] = array();
Add Comment
Please, Sign In to add comment