Update app_defaults.php

This commit is contained in:
FusionPBX 2019-04-30 23:49:44 -06:00 committed by GitHub
parent e9f7a03adf
commit a699bc0bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if ($domains_processed == 1) {
}
//update http_auth_enabled set to true
$sql = "select * from v_devices ";
$sql = "select * from v_default_settings ";
$sql .= "where default_setting_subcategory = 'http_auth_disable' ";
$prep_statement = $db->prepare($sql);
$prep_statement->execute();