| @@ -1,7 +1,8 @@ | ||
| 1 | 1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
| 2 | 2 | |
| 3 | 3 | /* base stuff */ |
| 4 | +$config['nts_app'] = 'shiftcontroller'; | |
| 4 | 5 | $config['nts_app_title'] = 'ShiftController'; |
| 5 | 6 | $config['nts_app_url'] = 'http://www.shiftcontroller.com'; |
| 6 | 7 | |
| 7 | 8 | $config['nts_promo_url'] = 'http://www.shiftcontroller.com/order/'; |
| @@ -15,6 +16,5 @@ | ||
| 15 | 16 | // 'notes', |
| 16 | 17 | // 'shift_groups', |
| 17 | 18 | // 'shift_trades', |
| 18 | 19 | 'loginlog', |
| 19 | - 'logaudit', | |
| 20 | 20 | ); |