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