mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 11:30:19 +02:00
Adding history config cli option
This commit is contained in:
committed by
GitHub
parent
af45f7ca39
commit
97238c4621
@@ -42,6 +42,7 @@ public class Utils {
|
||||
private static final String OS = System.getProperty("os.name").toLowerCase();
|
||||
private static final Logger LOGGER = Logger.getLogger(Utils.class);
|
||||
private static final int SHORTENED_PATH_LENGTH = 12;
|
||||
private static final String HISTORY_FILE = "";
|
||||
|
||||
private static PropertiesConfiguration config;
|
||||
private static HashMap<String, HashMap<String, String>> cookieCache;
|
||||
@@ -803,4 +804,4 @@ public class Utils {
|
||||
return new File(fullPath);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user