Server IP : 2a02:4780:3:1378:0:3736:a38e:10 / Your IP : 18.224.32.173 Web Server : LiteSpeed System : Linux sg-nme-web1278.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u926327694/domains/smsoft.in/public_html/demo/src/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="navbar"> <div class="navbar-inner"> <div class="container-fluid"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".top-nav.nav-collapse,.sidebar-nav.nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="dashboard.php"><span>Fees Management</span></a> <!-- start: Header Menu --> <div class="nav-no-collapse header-nav"> <ul class="nav pull-right"> <!-- start: Notifications Dropdown --> <!-- end: Notifications Dropdown --> <!-- start: Message Dropdown --> <!-- start: User Dropdown --> <li><a href="#" class="btn dropdown-toggle" style="font-size: 18px;"><b><?php if(isset($_SESSION['CurrYear'])) { echo $_SESSION['CurrYear']; } ?></b></a></li> <li class="dropdown"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> <i class="halflings-icon white user"></i> <?php if(isset($_SESSION['user'])) { $a=$_SESSION['user']; if(is_array($a)) { echo $a['username']; } else { echo $_SESSION['user']; } } else { echo"Management"; } ?> <span class="caret"></span> </a> <ul class="dropdown-menu"> <li class="dropdown-menu-title"> <span>Account Settings</span> </li> <?php if(isset($_SESSION['Mng_User'])) { ?> <li><a href="manage-users.php"><i class="halflings-icon off"></i>Manage User</a></li> <li><a href="change-admin-password.php"><i class="halflings-icon off"></i>Change Password</a></li> <li><a href="login-log.php"><i class="halflings-icon off"></i>Login Log</a></li> <?php } ?> <li><a href="logout.php"><i class="halflings-icon off"></i> Logout</a></li> <li><a href="http://help.smsoft.in/" target="_blank"><i class="halflings-icon off"></i> Help</a></li> </ul> </li> <!-- end: User Dropdown --> </ul> </div> <!-- end: Header Menu --> </div> </div> </div>