I have changed the following statement to show my company name and specific role based dashbaord but the changes did not take place. By the way, the file is located here:
include/staff/header.inc.php.
Before
$title = ($ost && ($title=$ost->getPageTitle()))
? $title : ('osTicket :: '.__('Staff Control Panel'));
After
$title = ($ost && ($title=$ost->getPageTitle()))
? $title : ('My Company :: '.__('Staff Control Panel'));
What is wrong here?