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.
31 lines
979 B
31 lines
979 B
8 years ago
|
<?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/';
|