| 1 |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
| 2 |
|
| 3 |
/* base stuff */ |
| 4 |
$config['nts_app'] = 'shiftcontroller'; |
| 5 |
$config['nts_app_title'] = 'ShiftController'; |
| 6 |
$config['nts_app_url'] = 'http://www.shiftcontroller.com'; |
| 7 |
|
| 8 |
$config['nts_promo_url'] = 'http://www.shiftcontroller.com/order/'; |
| 9 |
$config['nts_promo_title'] = 'ShiftController Premium'; |
| 10 |
$config['nts_track_setup'] = '16:2'; |
| 11 |
|
| 12 |
$config['modules'] = array( |
| 13 |
'conf', |
| 14 |
'wordpress', |
| 15 |
'wall', |
| 16 |
// 'notes', |
| 17 |
// 'shift_groups', |
| 18 |
// 'shift_trades', |
| 19 |
'loginlog', |
| 20 |
); |
| 21 |
|