You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
979 B
30 lines
979 B
<?php |
|
defined('BASEPATH') OR exit('No direct script access allowed'); |
|
|
|
/* |
|
|-------------------------------------------------------------------------- |
|
| Enable/Disable Aauth Init |
|
|-------------------------------------------------------------------------- |
|
*/ |
|
$config['aauthinit_enabled'] = TRUE; |
|
|
|
/* |
|
|-------------------------------------------------------------------------- |
|
| Aauth Init table |
|
|-------------------------------------------------------------------------- |
|
*/ |
|
$config['aauthinit_table'] = 'aauth_init'; |
|
|
|
/* |
|
|-------------------------------------------------------------------------- |
|
| Auto Update To Latest |
|
|-------------------------------------------------------------------------- |
|
*/ |
|
$config['aauthinit_auto_latest'] = FALSE; |
|
|
|
/* |
|
|-------------------------------------------------------------------------- |
|
| updates Path |
|
|-------------------------------------------------------------------------- |
|
*/ |
|
$config['aauthinit_path'] = APPPATH.'libraries/Aauth_init/';
|
|
|