From 4e43a84d8c72eb9ac08561a93093c869a8bafb63 Mon Sep 17 00:00:00 2001 From: florian030 <florian@schaal-24.de> Date: Thu, 20 Feb 2014 11:05:45 -0500 Subject: [PATCH] forgot the sql-incremental-file for mysql-quota --- interface/web/dashboard/ajax_get_json.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/interface/web/dashboard/ajax_get_json.php b/interface/web/dashboard/ajax_get_json.php index 4829418..2bc21d4 100644 --- a/interface/web/dashboard/ajax_get_json.php +++ b/interface/web/dashboard/ajax_get_json.php @@ -66,6 +66,9 @@ // vhostsubdomains $result[] = _search('sites', 'web_vhost_subdomain', "AND type = 'vhostsubdomain'"); + // vhostaliasdomains + $result[] = _search('sites', 'web_vhost_aliasdomain', "AND type = 'vhostalias'"); + // FTP users $result[] = _search('sites', 'ftp_user'); -- Gitblit v1.9.1