Add missing space and extend error hiding timeout from 4 to 10 seconds.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-11-09 21:21:30 +01:00
parent 4557846858
commit ad43e5a8dc
3 changed files with 5 additions and 5 deletions

View File

@@ -616,7 +616,7 @@ if ($_POST['action'] == 'get_groups') {
// Check return value of CHECK query (0 = only default group, 1 = special group assignments)
$only_default_group = (($check_result->fetchArray(SQLITE3_NUM)[0]) == 0) ? true : false;
if(!$only_default_group) {
throw new Exception('Domain ' . $domain . 'is configured with special group settings.<br>'.
throw new Exception('Domain ' . $domain . ' is configured with special group settings.<br>'.
'Please modify the domain on the respective group management pages.');
}