summaryrefslogtreecommitdiffstats
path: root/modules-available/remoteaccess/inc/remoteaccess.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-05 15:52:12 +0100
committerSimon Rettberg2021-03-05 15:52:12 +0100
commit7a873d6f83ce3d0fdd846d436221c38d2ff98c83 (patch)
tree14b962f7700c15da669f29203f25531cdb684d78 /modules-available/remoteaccess/inc/remoteaccess.inc.php
parent[roomplanner] Formatting, comments (diff)
downloadslx-admin-7a873d6f83ce3d0fdd846d436221c38d2ff98c83.tar.gz
slx-admin-7a873d6f83ce3d0fdd846d436221c38d2ff98c83.tar.xz
slx-admin-7a873d6f83ce3d0fdd846d436221c38d2ff98c83.zip
[remoteaccess] Allow changing client-side VNC port
References #3823
Diffstat (limited to 'modules-available/remoteaccess/inc/remoteaccess.inc.php')
-rw-r--r--modules-available/remoteaccess/inc/remoteaccess.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/remoteaccess/inc/remoteaccess.inc.php b/modules-available/remoteaccess/inc/remoteaccess.inc.php
index 37d33d45..3ec1695e 100644
--- a/modules-available/remoteaccess/inc/remoteaccess.inc.php
+++ b/modules-available/remoteaccess/inc/remoteaccess.inc.php
@@ -7,6 +7,8 @@ class RemoteAccess
const PROP_TRY_VIRT_HANDOVER = 'remoteaccess.virthandover';
+ const PROP_VNC_PORT = 'remoteaccess.vncport';
+
public static function getEnabledLocations($group = 0)
{
if ($group === 0) {