1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
4 * Use this flag to change the default behaviour for how
5 * to view passive checks.
7 * By settings this flag to false, all passive checks will be treated
8 * as disabled in tactical overview.
10 * Please note that this value is cached as a session variable so
11 * you need to logout and login again for changes to take effect
13 $config['show_passive_as_active'] = true;