Browse Source

Change PHP keywords to comply with PSR2

Signed-off-by: CodeLingoBot <[email protected]>
master
CodeLingoBot 6 years ago
parent
commit
de332c1129
  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