Merged d00ps and my branch, renamed SysCP -> Froxlor in installer
This commit is contained in:
@@ -78,7 +78,6 @@ if($page == 'admins'
|
||||
{
|
||||
if($paging->checkDisplay($i))
|
||||
{
|
||||
$highlight_row = ($row['service_active'] != '1' && $settings['billing']['activate_billing'] == '1' && $settings['billing']['highlight_inactive'] == '1');
|
||||
$row['traffic_used'] = round($row['traffic_used'] / (1024 * 1024), $settings['panel']['decimal_places']);
|
||||
$row['traffic'] = round($row['traffic'] / (1024 * 1024), $settings['panel']['decimal_places']);
|
||||
$row['diskspace_used'] = round($row['diskspace_used'] / 1024, $settings['panel']['decimal_places']);
|
||||
|
||||
Reference in New Issue
Block a user