Subversion Repositories SmartDukaan

Rev

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

Rev 13646 Rev 13946
Line 17... Line 17...
17
 
17
 
18
	public $apihost;
18
	public $apihost;
19
 
19
 
20
	public function beforeFilter() {
20
	public function beforeFilter() {
21
		parent::beforeFilter();
21
		parent::beforeFilter();
22
		Configure::load('live');
22
//		Configure::load('live');
23
		$this->apihost = Configure::read('pythonapihost');
23
		$this->apihost = Configure::read('pythonapihost');
24
	}
24
	}
25
/**
25
/**
26
 * admin_index method
26
 * admin_index method
27
 *
27
 *