show_admin_nav.inc.php
Posted: Thu Aug 08, 2013 5:02 am
I am building a new GUI for my hesk installation, I want to include the logged in username in the menu bar.
How can I make the following code work in the above mentioned script?
Or is there a better way to do this?
How can I make the following code work in the above mentioned script?
Code: Select all
<?php if (isset($_SESSION['as_name'])) {echo stripslashes(hesk_input($_SESSION['as_name']));} ?>