diff --git a/frontend/modules/client/vps/lookup.php b/frontend/modules/client/vps/lookup.php index c6adfc0..147f119 100644 --- a/frontend/modules/client/vps/lookup.php +++ b/frontend/modules/client/vps/lookup.php @@ -29,6 +29,8 @@ if(!empty($router->uParameters[2])) } } +/* TODO: Display incoming and outcoming traffic separately in the graphs when applicable. */ + if($sVps->sTotalTrafficLimit != 0) { $sTrafficLimit = $sVps->sTotalTrafficLimit;