Subversion Repositories SmartDukaan

Rev

Rev 22698 | Rev 22700 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22698 Rev 22699
Line 56... Line 56...
56
	private static String live = "";
56
	private static String live = "";
57
	
57
	
58
	static {
58
	static {
59
		try {
59
		try {
60
			ConfigClient cc = ConfigClient.getClient();
60
			ConfigClient cc = ConfigClient.getClient();
61
			live = cc.get("env");
61
			live = cc.get("live");
62
		} catch (Exception e) {
62
		} catch (Exception e) {
63
			e.printStackTrace();
63
			e.printStackTrace();
64
		}
64
		}
65
	}
65
	}
66
 
66