summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/inc/locationinfohooks.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-10-20 11:01:44 +0200
committerSimon Rettberg2020-10-20 11:01:44 +0200
commit6e3ddb4d23d8740fa6b6ce8920717a3cd2bb090c (patch)
treeb8f09b9c7612a9bce32b6dca2c9e07c4f575e4cd /modules-available/locationinfo/inc/locationinfohooks.inc.php
parent[systemstatus] Add main-warning hook for low disk space (diff)
downloadslx-admin-6e3ddb4d23d8740fa6b6ce8920717a3cd2bb090c.tar.gz
slx-admin-6e3ddb4d23d8740fa6b6ce8920717a3cd2bb090c.tar.xz
slx-admin-6e3ddb4d23d8740fa6b6ce8920717a3cd2bb090c.zip
[baseconfig_bwlp/locationinfo] Add SLX_TTY_SWITCH
This will be used (to be implemented client side) to diallow tty switching from within the X session, as the exam mode currently already does. References #3793
Diffstat (limited to 'modules-available/locationinfo/inc/locationinfohooks.inc.php')
-rw-r--r--modules-available/locationinfo/inc/locationinfohooks.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/locationinfo/inc/locationinfohooks.inc.php b/modules-available/locationinfo/inc/locationinfohooks.inc.php
index 15c4dc19..b0596c10 100644
--- a/modules-available/locationinfo/inc/locationinfohooks.inc.php
+++ b/modules-available/locationinfo/inc/locationinfohooks.inc.php
@@ -61,6 +61,9 @@ class LocationInfoHooks
if (!empty($data['bookmarks'])) {
ConfigHolder::add('SLX_BROWSER_BOOKMARKS', $data['bookmarks'], 1000);
}
+ if ($data['allow-tty'] === 'yes' || $data['allow-tty'] === 'no') {
+ ConfigHolder::add('SLX_TTY_SWITCH', $data['allow-tty'], 1000);
+ }
} else {
// Not URL panel
ConfigHolder::add('SLX_BROWSER_URL', 'http://' . $_SERVER['SERVER_ADDR'] . '/panel/' . $panelUuid);