osTicket v1.10 (stable) and Maintenance Release v1.9.15 are now available! Go
get it now
After the upgrade when going to /scp the login page does not display correctly with internet explorer. There are no images and looks to be no css formatting.
It does work with google chrome.
Comments
Still no CSS formatting. It does work in Chrome for me as well.
change this line:
<link rel="stylesheet" href="css/login.css" type="text.css?d5b9d83" />
to this:
<link rel="stylesheet" href="css/login.css?d5b9d83" type="text/css" />