Skip to content

Commit 8af346f

Browse files
committed
ergänzung zum vorherigen checkin
1 parent 7a4248f commit 8af346f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/form/web_vhost_domain.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
$backup_available = true;
8686
if(!$app->auth->is_admin()) {
8787
$client_group_id = $_SESSION["s"]["user"]["default_group"];
88-
$client = $app->db->queryOneRecord("SELECT limit_wildcard, limit_ssl FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id");
88+
$client = $app->db->queryOneRecord("SELECT limit_wildcard, limit_ssl, limit_backup FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id");
8989

9090
if($client['limit_wildcard'] != 'y') $wildcard_available = false;
9191
if($client['limit_ssl'] != 'y') $ssl_available = false;

0 commit comments

Comments
 (0)