14 lines
557 B
PHP
14 lines
557 B
PHP
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div id="footer">Copyright © 2006-<?=date('Y')?> osTicket.com. All Rights Reserved.</div>
|
||
|
|
<?if(is_object($thisuser) && $thisuser->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>
|
||
|
|
<?}?>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|