diff src/luan/host/WebHandler.java @ 1187:83c8a5a47f70

fixes for luanhost
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 22 Feb 2018 18:38:45 -0700
parents 94cf2576a922
children d3a3ca116e42
line wrap: on
line diff
--- a/src/luan/host/WebHandler.java	Wed Feb 21 21:50:20 2018 -0700
+++ b/src/luan/host/WebHandler.java	Thu Feb 22 18:38:45 2018 -0700
@@ -40,7 +40,6 @@
 	public static String allowJavaFileName = "allow_java";  // change for security
 	private static final Map<String,Site> siteMap = new HashMap<String,Site>();
 	private static String sitesDir = null;
-	public static Server server;
 
 	public static boolean isServing() {
 		return sitesDir != null;