Subversion Repositories SmartDukaan

Rev

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

Rev 13769 Rev 13946
Line 17... Line 17...
17
 
17
 
18
	public function beforeFilter() {
18
	public function beforeFilter() {
19
		parent::beforeFilter();
19
		parent::beforeFilter();
20
		$this->Auth->allow('add');
20
		$this->Auth->allow('add');
21
		$callback = $this->request->query('callback');
21
		$callback = $this->request->query('callback');
22
		Configure::load('dev');
22
		//Configure::load('dev');
23
		$this->apihost = Configure::read('saholicapihost');
23
		$this->apihost = Configure::read('saholicapihost');
24
	}
24
	}
25
/**
25
/**
26
 * index method
26
 * index method
27
 *
27
 *