diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 2 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bf5e18c..b6fba8b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -827,7 +827,7 @@ | |||
827 | 827 | ||
828 | ;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl | 828 | ;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl |
829 | ;; List of allowed languages (lsl,vb,cs) | 829 | ;; List of allowed languages (lsl,vb,cs) |
830 | ;; AllowedCompilers=lsl,cs,js,vb. | 830 | ;; AllowedCompilers=lsl,cs,vb |
831 | ;; *warning*, non lsl languages have access to static methods such as | 831 | ;; *warning*, non lsl languages have access to static methods such as |
832 | ;; System.IO.File. Enable at your own risk. | 832 | ;; System.IO.File. Enable at your own risk. |
833 | ; AllowedCompilers = "lsl" | 833 | ; AllowedCompilers = "lsl" |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 4f2563c..91fd05d 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1420,8 +1420,8 @@ | |||
1420 | ; Default language for scripts | 1420 | ; Default language for scripts |
1421 | DefaultCompileLanguage = lsl | 1421 | DefaultCompileLanguage = lsl |
1422 | 1422 | ||
1423 | ; List of allowed languages (lsl,vb,js,cs) | 1423 | ; List of allowed languages (lsl,vb,cs) |
1424 | ; AllowedCompilers=lsl,cs,js,vb. | 1424 | ; AllowedCompilers=lsl,cs,vb |
1425 | ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. | 1425 | ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. |
1426 | AllowedCompilers=lsl | 1426 | AllowedCompilers=lsl |
1427 | 1427 | ||