PluginProbe
ShiftController Employee Shift Scheduling / 3.2.4
ShiftController Employee Shift Scheduling v3.2.4
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
shiftcontroller / application / config / _app-common.php

_app-common.php in ShiftController Employee Shift Scheduling 3.2.4, at application/config/_app-common.php

27 lines 430 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
3 $config['modules'] = array(
4 'auth',
5 'conf',
6 'wall',
7 'conflicts',
8 // 'departments',
9
10 'logaudit',
11
12 'messages',
13 // 'notifications_db',
14 'notifications_email',
15 'user_preferences',
16 'ical',
17
18 // 'icons-open-iconic',
19 // 'icons-fontawesome',
20 // 'icons-ionicons',
21 // 'icons-typicons',
22 'icons-icomoon',
23
24 // 'html-basscss',
25 // 'html-bootstrap',
26 );
27