diff src/luan/host/Backup.java @ 1330:f41919741100

fix security
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 11 Feb 2019 01:38:55 -0700
parents 307e76ccd0d6
children 25746915a241
line wrap: on
line diff
--- a/src/luan/host/Backup.java	Sun Feb 10 02:01:49 2019 -0700
+++ b/src/luan/host/Backup.java	Mon Feb 11 01:38:55 2019 -0700
@@ -127,7 +127,7 @@
 
 	public static void main(String[] args) throws Exception {
 		Log4j.initForConsole();
-		WebHandler.allowJavaFileName = args[2];
+		WebHandler.securityPassword = args[2];
 		backup( new File(args[0]), new File(args[1]) );
 		System.exit(0);
 	}