Moved 2 configuration directives into skeleton again, as they are actually constants.
authorMarco Zanon <info@marcozanon.com>
Sat, 8 Sep 2012 16:18:16 +0000 (16:18 +0000)
committerMarco Zanon <info@marcozanon.com>
Sat, 8 Sep 2012 16:18:16 +0000 (16:18 +0000)
0.x/config.sample
0.x/skeleton

index f0167249d956614e5f47988a83b1a5e2f58d15ce..4779b5f28e63c74771a4c730c4e13d3a48b0e194 100644 (file)
@@ -7,8 +7,6 @@
 ## Configuration directives.
 
 __CONFIGURATION_DIRECTIVES_BELOW__
-SINGLE_CLICK_REMOTE_HELP_VERSION="0.x"
-VNC_SERVER="x11vnc-0.9.13_amd64-Linux"
 INPUT_BOX_TITLE="__YOUR_TEXT_HERE__"
 INPUT_BOX_MESSAGE="__YOUR_TEXT_HERE__"
 LABEL_COLUMN_TITLE="__YOUR_TEXT_HERE__"
index f05f1d1bb4130bf986ef06f373977697f1d8c4c1..db643e245b5e0b2918cb6fad1404888d3ed73d97 100644 (file)
@@ -19,6 +19,8 @@
 ##   7  Vnc connection error.
 
 ## 1. Define constants.
+SINGLE_CLICK_REMOTE_HELP_VERSION="0.x"
+VNC_SERVER="x11vnc-0.9.13_amd64-Linux"
 __CONFIGURATION_DIRECTIVES__
 
 ## 2. Evaluate command line arguments.