From 6efb20e36c759c5e65ab4d564d217384b7bddb7d Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 16 Dec 2012 20:21:56 +0100 Subject: [PATCH] Add TODO note. --- frontend/modules/client/vps/lookup.php | 2 ++ 1 file changed, 2 insertions(+) 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;