Changed default on allowEval to False, for safety reasons.

This commit is contained in:
Jeremy Fincher 2003-08-29 07:23:14 +00:00
parent 89a0d12cce
commit 900fa495f8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ throttleTime = 1.0
# allowEval: True if the owner (and only the owner) should be able to eval
# arbitrary Python code.
###
allowEval = True
allowEval = False
###
# defaultCapabilities: Capabilities allowed to everyone by default. You almost