Skip to content

Commit

Permalink
Updated aauth.php
Browse files Browse the repository at this point in the history
changed use_cookies to true to provide CI2 Support
  • Loading branch information
REJack committed Oct 7, 2015
1 parent 03fdc5d commit bc90f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
$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';
Expand Down

0 comments on commit bc90f5a

Please sign in to comment.