Subversion Repositories SmartDukaan

Rev

Rev 16717 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16717 Rev 16730
Line 51... Line 51...
51
		}	
51
		}	
52
		$this->apihost = Configure::read('apihost');
52
		$this->apihost = Configure::read('apihost');
53
		// $this->limit = Configure::read('dealsperpage');	
53
		// $this->limit = Configure::read('dealsperpage');	
54
		$staticVersion = Configure::read('staticversion');
54
		$staticVersion = Configure::read('staticversion');
55
		$this->set('staticversion',$staticVersion);
55
		$this->set('staticversion',$staticVersion);
-
 
56
		$this->set('apihost',$this->apihost);
56
    }
57
    }
57
	
58
	
58
    function isAuthorized() {
59
    function isAuthorized() {
59
        return $this->Auth->user('id');
60
        return $this->Auth->user('id');
60
    }
61
    }