diff options
author | Simon Rettberg | 2021-03-05 15:52:12 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-05 15:52:12 +0100 |
commit | 7a873d6f83ce3d0fdd846d436221c38d2ff98c83 (patch) | |
tree | 14b962f7700c15da669f29203f25531cdb684d78 /modules-available/remoteaccess/inc | |
parent | [roomplanner] Formatting, comments (diff) | |
download | slx-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')
-rw-r--r-- | modules-available/remoteaccess/inc/remoteaccess.inc.php | 2 |
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) { |