File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 < div class ="l-center ">
66 < a href ="/ " class ="l-logo "> </ a >
77 <!-- /.l-logo -->
8- < div class ="l-menu clearfix ">
8+ < div class ="l-menu clearfix noselect ">
99 < div class ="l-menu__item <?php if($TAB == 'PACKAGE' ) echo 'l-menu__item--active' ?> "> < a href ="/list/package/ "> < ?=__('Packages')?> </ a > </ div >
1010 < div class ="l-menu__item <?php if($TAB == 'IP' ) echo 'l-menu__item--active' ?> "> < a href ="/list/ip/ "> < ?=__('IP')?> </ a > </ div >
1111 < div class ="l-menu__item <?php if($TAB == 'RRD' ) echo 'l-menu__item--active' ?> "> < a href ="/list/rrd/ "> < ?=__('Graphs')?> </ a > </ div >
1212 < div class ="l-menu__item <?php if($TAB == 'STATS' ) echo 'l-menu__item--active' ?> "> < a href ="/list/stats/ "> < ?=__('Statistics')?> </ a > </ div >
1313 < div class ="l-menu__item <?php if($TAB == 'LOG' ) echo 'l-menu__item--active' ?> "> < a href ="/list/log/ "> < ?=__('Log')?> </ a > </ div >
1414 < div class ="l-menu__item <?php if($TAB == 'UPDATES' ) echo 'l-menu__item--active' ?> "> < a href ="/list/updates/ "> < ?=__('Updates')?> </ a > </ div >
15- < div class ="l-menu__item <?php if($TAB == 'FIREWALL' ) echo 'l-menu__item--active' ?> "> < a href ="/list/firewall/ "> < ?=__('Firewall')?> </ a > </ div >
15+ < ?php if ((isset($_SESSION['FIREWALL_SYSTEM'])) && (!empty($_SESSION['FIREWALL_SYSTEM']))) {?> < div class ="l-menu__item <?php if($TAB == 'FIREWALL' ) echo 'l-menu__item--active' ?> "> < a href ="/list/firewall/ "> < ?=__('Firewall')?> </ a > </ div > < ?php }?>
16+ < ?php if ((isset($_SESSION['FILEMANAGER_KEY'])) && (!empty($_SESSION['FILEMANAGER_KEY']))) {?> < div class ="l-menu__item <?php if($TAB == 'FILEMANAGER' ) echo 'l-menu__item--active' ?> "> < a href ="/list/directory/ "> < ?=__('File Manager')?> </ a > </ div > < ?php }?>
1617 < div class ="l-menu__item <?php if($TAB == 'SERVER' ) echo 'l-menu__item--active' ?> "> < a href ="/list/server/ "> < ?=__('Server')?> </ a > </ div >
1718 </ div >
1819 <!-- /.l-menu -->
1920
20- < div class ="l-profile ">
21+ < div class ="l-profile noselect ">
2122 < a class ="l-profile__username " href ="/edit/user/?user=<?php echo $user; ?> "> < ?=$user?> </ a >
2223 < a class ="l-profile__logout " href ="/logout/ "> < ?=__('Log out')?> </ a >
2324 </ div >
100101 <!-- /.l-stats -->
101102 </ div >
102103 < div class ="l-separator "> </ div >
103- <!-- /.l-separator -->
104+ <!-- /.l-separator -->
You can’t perform that action at this time.
0 commit comments