Skip to content

Commit

Permalink
Change PHP keywords to comply with PSR2
Browse files Browse the repository at this point in the history
Signed-off-by: CodeLingoBot <[email protected]>
  • Loading branch information
CodeLingoBot committed Apr 5, 2019
1 parent 6940a11 commit 7aa6787
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 190 deletions.
2 changes: 1 addition & 1 deletion application/config/aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
$config_aauth = array();

$config_aauth["default"] = array(
'no_permission' => FALSE,
'no_permission' => false,

'admin_group' => 'admin',
'default_group' => 'default',
Expand Down
Loading

0 comments on commit 7aa6787

Please sign in to comment.