mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-27 18:43:45 +01:00
vncserver: refactor
This commit is contained in:
parent
5635096978
commit
7e854294a2
@ -30,7 +30,7 @@ use Time::HiRes qw (sleep);
|
|||||||
|
|
||||||
&DetectEnvironment();
|
&DetectEnvironment();
|
||||||
|
|
||||||
&SetGlobalVariables();
|
&DefineFilePathsAndStuff();
|
||||||
|
|
||||||
&ParseAndProcessCliOptions();
|
&ParseAndProcessCliOptions();
|
||||||
|
|
||||||
@ -973,7 +973,7 @@ sub DetectEnvironment {
|
|||||||
&DetectFontPath();
|
&DetectFontPath();
|
||||||
}
|
}
|
||||||
|
|
||||||
sub SetGlobalVariables {
|
sub DefineFilePathsAndStuff {
|
||||||
#
|
#
|
||||||
# Global variables. You may want to configure some of these for
|
# Global variables. You may want to configure some of these for
|
||||||
# your site
|
# your site
|
||||||
|
Loading…
Reference in New Issue
Block a user