I'm using the OSTicket interface as the bulk of my main website, but I would like to add some additional pages to the site (ex. whatever.php) into the root folder. The problem I'm running into is that any other address other than what already exists is being redirected to the view.php file (where a user can login with their email and ticket number to see the status). Is there a way to add "whatever.php" so that it is not redirected?
Thanks.
Edit /client.inc.php and edit line 46 to this:
$nologinpages=array('open.php','index.php','whatever.php');