-
Jared Hancock authored
This happens when upgrading from 1.6, the company information does not yet exist (neither do the form tables) Properly escape company name for display
Jared Hancock authoredThis happens when upgrading from 1.6, the company information does not yet exist (neither do the form tables) Properly escape company name for display
footer.inc.php 905 B
</div>
<div id="footer">
Copyright © 2006-<?php echo date('Y'); ?> <?php echo (string) $ost->company ?: 'osTicket.com'; ?> All Rights Reserved.
</div>
<?php
if(is_object($thisstaff) && $thisstaff->isStaff()) { ?>
<div>
<!-- Do not remove <img src="autocron.php" alt="" width="1" height="1" border="0" /> or your auto cron will cease to function -->
<img src="autocron.php" alt="" width="1" height="1" border="0" />
<!-- Do not remove <img src="autocron.php" alt="" width="1" height="1" border="0" /> or your auto cron will cease to function -->
</div>
<?php
} ?>
</div>
<div id="overlay"></div>
<div id="loading">
<h4>Please Wait!</h4>
<p>Please wait... it will take a second!</p>
</div>
<div class="dialog" style="display:none;width:650px;" id="popup">
<div class="body"></div>
</div>
</body>
</html>