Not having any luck finding osTicket :: Agent Login. Anyone know?
This is at the agent login page only. Where to find the code to edit this? I have already found and edited the following, and the change is working on pages after the agent has logged in, but not the login page itself.
\include\staff\header.inc.php
line: 6
? $title : ('osTicket :: '.__('Staff Control Panel'));
line:96
<title><?php echo ($ost && ($title=$ost->getPageTitle()))?$title:'osTicket :: '.__('Staff Control Panel'); ?></title><?php
\scp\staff.inc.php
line:137
$ost->setPageTitle(__('osTicket :: Staff Control Panel'));
Client side:
\include\client\header.inc.php
line: 3
? $cfg->getTitle() : 'osTicket :: '.__('Support Ticket System');