diff options
Diffstat (limited to 'Tools/demo/rpythond.py')
-rwxr-xr-x | Tools/demo/rpythond.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/demo/rpythond.py b/Tools/demo/rpythond.py index a18de13..4e47fb9 100755 --- a/Tools/demo/rpythond.py +++ b/Tools/demo/rpythond.py @@ -5,7 +5,7 @@ Remote python server. Execute Python commands remotely and send output back. WARNING: This version has a gaping security hole -- it accepts requests -from any host on the Internet! +from any host on the internet! """ import sys |