_app-common.php in ShiftController Employee Shift Scheduling 3.2.4, at application/config/_app-common.php
| 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 |