PluginProbe
ShiftController Employee Shift Scheduling / 2.2.3
ShiftController Employee Shift Scheduling v2.2.3
4.9.97 4.9.96 4.9.95 4.9.74 4.9.75 4.9.76 4.9.77 4.9.78 4.9.84 4.9.85 4.9.87 4.9.91 4.9.92 trunk 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 3.2.4 All 38 releases
← All changes | application/config/app-shiftcontroller.php +10 -6 3.2.42.2.3 View file →
@@ -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 + );