Made the server context config more secure.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
index b9809f9..81cb4cd 100644 (file)
@@ -1,5 +1,6 @@
 package dolda.jsvc;
 
 public interface ServerContext {
-    public String rootpath();
+    public long starttime();
+    public String config(String key);
 }