From 5f0a37ff3bc666e581d3fbfe0f837684fb87818e Mon Sep 17 00:00:00 2001 From: Dominik <info@profi-webdesign.net> Date: Mon, 24 Mar 2014 15:04:29 -0400 Subject: [PATCH] added backup-functions to Remote-API (FS#2832) --- 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