diff src/luan/modules/Io.luan @ 1330:f41919741100

fix security
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 11 Feb 2019 01:38:55 -0700
parents 70eecde81820
children 8d95711f6615
line wrap: on
line diff
--- a/src/luan/modules/Io.luan	Sun Feb 10 02:01:49 2019 -0700
+++ b/src/luan/modules/Io.luan	Mon Feb 11 01:38:55 2019 -0700
@@ -14,7 +14,6 @@
 Io.stdin = Boot.new_LuanIn( IoLuan.defaultStdin )
 Io.stdout = Boot.text_writer(System.out)
 Io.stderr = Boot.text_writer(System.err)
-Io.unrestricted = IoLuan.unrestricted
 
 -- used by http and rpc
 Io.password = "password"