summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/inc/locationinfo.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-10-21 16:02:11 +0200
committerSimon Rettberg2020-10-21 16:02:11 +0200
commitab66db334661477be29d11ac70045e9b2968c82e (patch)
tree8b73cf64965068d40960ed06ff7b92b06d1be30a /modules-available/locationinfo/inc/locationinfo.inc.php
parent[serversetup-bwlp-ipxe] Fix UUID validation (diff)
downloadslx-admin-ab66db334661477be29d11ac70045e9b2968c82e.tar.gz
slx-admin-ab66db334661477be29d11ac70045e9b2968c82e.tar.xz
slx-admin-ab66db334661477be29d11ac70045e9b2968c82e.zip
[locationinfo] URLPANEL: Allow black- and whitelist simultaneously
References #3790
Diffstat (limited to 'modules-available/locationinfo/inc/locationinfo.inc.php')
-rw-r--r--modules-available/locationinfo/inc/locationinfo.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locationinfo/inc/locationinfo.inc.php b/modules-available/locationinfo/inc/locationinfo.inc.php
index 80b8e66a..6427cc1a 100644
--- a/modules-available/locationinfo/inc/locationinfo.inc.php
+++ b/modules-available/locationinfo/inc/locationinfo.inc.php
@@ -118,8 +118,8 @@ class LocationInfo
}
if ($type === 'URL') {
return array(
- 'iswhitelist' => 0,
- 'urllist' => '',
+ 'whitelist' => '*',
+ 'blacklist' => '',
'insecure-ssl' => 0,
'reload-minutes' => 0,
'split-login' => 0,