mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
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:
@@ -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.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user