diff web/src/luan/modules/web/shell.luan @ 399:199eb7f1b828

add LuanServlet
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 27 Apr 2015 16:59:35 -0600
parents 2f5cc9c2cbf0
children 62b457c50594
line wrap: on
line diff
--- a/web/src/luan/modules/web/shell.luan	Mon Apr 27 12:44:53 2015 -0600
+++ b/web/src/luan/modules/web/shell.luan	Mon Apr 27 16:59:35 2015 -0600
@@ -11,7 +11,7 @@
 per_session = true
 
 local history = {}
-local env = {}
+env = {}
 
 function service()
 	if Http.request.parameters.clear ~= nil then