Browse Source

Merge pull request #245 from CodeLingoBot/rewrite-emreakay-codeigniter-aauth-psr2-lower-case-constant-values

Change PHP keywords to comply with PSR2
master
Emre Akay 6 years ago committed by GitHub
parent
commit
91335f706a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      application/config/aauth.php
  2. 378
      application/libraries/Aauth.php

2
application/config/aauth.php

@ -83,7 +83,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$config_aauth = array();
$config_aauth["default"] = array(
'no_permission' => FALSE,
'no_permission' => false,
'admin_group' => 'admin',
'default_group' => 'default',

378
application/libraries/Aauth.php

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save