diff options
author | Simon Rettberg | 2024-11-13 10:58:42 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-11-13 10:58:42 +0100 |
commit | a8e1e47070f69d2780d35c82dbe54a8866c14be3 (patch) | |
tree | ea96219a24d7fd3a378565b9a1f9c64c80b9248b /modules-available/locationinfo/inc/locationinfo.inc.php | |
parent | [serversetup-bwlp-ipxe] Fix display of referencing menu list (diff) | |
download | slx-admin-a8e1e47070f69d2780d35c82dbe54a8866c14be3.tar.gz slx-admin-a8e1e47070f69d2780d35c82dbe54a8866c14be3.tar.xz slx-admin-a8e1e47070f69d2780d35c82dbe54a8866c14be3.zip |
[locationinfo] Add support for Firefox
Diffstat (limited to 'modules-available/locationinfo/inc/locationinfo.inc.php')
-rw-r--r-- | modules-available/locationinfo/inc/locationinfo.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/locationinfo/inc/locationinfo.inc.php b/modules-available/locationinfo/inc/locationinfo.inc.php index 42829a18..1165164d 100644 --- a/modules-available/locationinfo/inc/locationinfo.inc.php +++ b/modules-available/locationinfo/inc/locationinfo.inc.php @@ -125,8 +125,9 @@ class LocationInfo 'insecure-ssl' => 0, 'reload-minutes' => 0, 'split-login' => 0, - 'browser' => 'slx-browser', + 'browser' => 'firefox', 'interactive' => 0, + 'hw-video' => 0, 'bookmarks' => '', 'allow-tty' => '', 'url' => '', |