File tree Expand file tree Collapse file tree
interface/web/dashboard/dashlets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,14 +42,4 @@ function show($limit_to_client_id = null) {
4242 return $ tpl ->grab ();
4343 }
4444 }
45-
4645}
47-
48-
49-
50-
51-
52-
53-
54-
55- ?>
Original file line number Diff line number Diff line change @@ -46,5 +46,4 @@ function show($limit_to_client_id = null) {
4646 return $ tpl ->grab ();
4747 }
4848 }
49-
5049}
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ function show($limit_to_client_id = null) {
2525 $ tpl ->setVar ($ wb );
2626
2727 $ sites = $ app ->quota_lib ->get_quota_data ($ limit_to_client_id );
28- //print_r($sites);
2928
3029 $ has_quota = false ;
3130 if (is_array ($ sites ) && !empty ($ sites )){
@@ -49,14 +48,4 @@ function show($limit_to_client_id = null) {
4948 return $ tpl ->grab ();
5049 }
5150 }
52-
5351}
54-
55-
56-
57-
58-
59-
60-
61-
62- ?>
You can’t perform that action at this time.
0 commit comments