Subversion Repositories SmartDukaan

Rev

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

Rev 1957 Rev 2018
Line 51... Line 51...
51
 
51
 
52
	public String index() throws SecurityException, IOException {
52
	public String index() throws SecurityException, IOException {
53
		if(userinfo.isLoggedIn()){
53
		if(userinfo.isLoggedIn()){
54
    		return "success";
54
    		return "success";
55
    	}
55
    	}
56
		htmlSnippets.put("LOGIN_HEADER", pageLoader.getLoginHeaderHtml());
-
 
57
		return "index";
56
		return "index";
58
	}
57
	}
59
 
58
 
60
	public String create() throws SecurityException, Exception {
59
	public String create() throws SecurityException, Exception {
61
		if (loginUser()) {
60
		if (loginUser()) {