Fix the domain filter on provisioning.

This commit is contained in:
Mark Crane 2015-06-11 17:42:47 +00:00
parent 9f787925dc
commit 5bc0ccd7ed
1 changed files with 2 additions and 2 deletions

View File

@ -173,8 +173,8 @@ openlog("fusion-provisioning", LOG_PID | LOG_PERROR, LOG_LOCAL0);
}
else {
//get the domain_name
//$domain_array = explode(":", $_SERVER["HTTP_HOST"]);
//$domain_name = $domain_array[0];
$domain_array = explode(":", $_SERVER["HTTP_HOST"]);
$domain_name = $domain_array[0];
//get the domain_uuid
$sql = "SELECT * FROM v_domains ";