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