-
- public static final String server = "owncloudServerVar";
- public static final Boolean hasSubdirectory = false;
- public static String URL = GetURl(hasSubdirectory);
-
+
+ //without http or https
+ public static final String URL = "owncloudServerVar";
+ public static boolean isTrusted = true;
+
+ //without http or https
+ public static final String URL2 = "owncloudServer2Var";
+ public static boolean isTrusted2 = true;
+