Skip to content

Commit 87e02a0

Browse files
committed
cleanup
1 parent 4f1a8cc commit 87e02a0

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

interface/web/dashboard/dashlets/databasequota.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
?>

interface/web/dashboard/dashlets/mailquota.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ function show($limit_to_client_id = null) {
4646
return $tpl->grab();
4747
}
4848
}
49-
5049
}

interface/web/dashboard/dashlets/quota.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
?>

0 commit comments

Comments
 (0)