File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1919 < div class ="l-menu__item <?php if($TAB == 'UPDATES' ) echo 'l-menu__item--active' ?> "> < a href ="/list/updates/ "> < ?=__('Updates')?> </ a > </ div >
2020 < ?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 }?>
2121 < ?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 }?>
22+ < ?php if ($_SESSION['SOFTACULOUS'] == 'yes') {?> < div class ="l-menu__item "> < a href ="/softaculous/ "> < ?=__('Apps')?> </ a > </ div > < ?php }?>
2223 < div class ="l-menu__item <?php if($TAB == 'SERVER' ) echo 'l-menu__item--active' ?> "> < a href ="/list/server/ "> < ?=__('Server')?> </ a > </ div >
2324 </ div >
2425 <!-- /.l-menu -->
Original file line number Diff line number Diff line change 1313 < div class ="l-menu__item <?php if($TAB == 'STATS' ) echo 'l-menu__item--active' ?> "> < a href ="/list/stats/ "> < ?=__('Statistics')?> </ a > </ div >
1414 < div class ="l-menu__item <?php if($TAB == 'LOG' ) echo 'l-menu__item--active' ?> "> < a href ="/list/log/ "> < ?=__('Log')?> </ a > </ div >
1515 < ?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 }?>
16+ < ?php if ($_SESSION['SOFTACULOUS']) {?> < div class ="l-menu__item "> < a href ="/softaculous/ "> < ?=__('Apps')?> </ a > </ div > < ?php }?>
1617 </ div >
1718 <!-- /.l-menu -->
1819
You can’t perform that action at this time.
0 commit comments