We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba4fa9 commit 0c072ebCopy full SHA for 0c072eb
interface/web/dashboard/dashlets/quota.php
@@ -30,7 +30,7 @@ function show() {
30
31
$has_quota = false;
32
// select websites belonging to client
33
- $sites = $app->db->queryAllRecords("SELECT * FROM web_domain WHERE active = 'y'".$sql_where);
+ $sites = $app->db->queryAllRecords("SELECT * FROM web_domain WHERE active = 'y' AND type = 'vhost'".$sql_where);
34
//print_r($sites);
35
if(is_array($sites) && !empty($sites)){
36
for($i=0;$i<sizeof($sites);$i++){
0 commit comments