# shiftcontroller/2.2.3/application/config/app-shiftcontroller.php

ShiftController Employee Shift Scheduling, version 2.2.3. 21 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/2.2.3/code/application/config/app-shiftcontroller.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/2.2.3/raw/application/config/app-shiftcontroller.php
- Modified: 2014-03-12T15:00:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shiftcontroller/2.2.3/code/application/config/app-shiftcontroller.php#L10-L20`.

```php
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');

/* base stuff */
$config['nts_app_title'] = 'ShiftController';
$config['nts_app_url'] = 'http://www.shiftcontroller.com';

$config['nts_promo_url'] = 'http://www.shiftcontroller.com/order/';
$config['nts_promo_title'] = 'ShiftController Premium';
$config['nts_track_setup'] = '16:2';

$config['modules'] = array(
	'conf',
	'wordpress',
	'wall',
//	'notes',
//	'shift_groups',
//	'shift_trades',
	'loginlog',
	'logaudit',
	);

```
