Browse Source

Updated aauth.php

changed use_cookies to true to provide CI2 Support
develop
Raphael Jackstadt 10 years ago
parent
commit
bc90f5a0bb
  1. 2
      application/config/aauth.php

2
application/config/aauth.php

@ -70,7 +70,7 @@ $config['aauth']['max_login_attempt'] = 10;
$config['aauth']['verification'] = false;
$config['aauth']['login_with_name'] = false;
$config['aauth']['use_cookies'] = false;
$config['aauth']['use_cookies'] = true; // FALSE only on CI3
// system email.
$config['aauth']['email'] = 'admin@admin.com';

Loading…
Cancel
Save