Subversion Repositories SmartDukaan

Rev

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

Rev 20105 Rev 20141
Line 15... Line 15...
15
 */
15
 */
16
	public $components = array('Paginator');
16
	public $components = array('Paginator');
17
 
17
 
18
	public function beforeFilter() {		
18
	public function beforeFilter() {		
19
		parent::beforeFilter();
19
		parent::beforeFilter();
20
		$this->Auth->allow('howitworks','pending','native','saholicoffline','askforupdate','appb','apphint');
20
// 		$this->Auth->allow('howitworks','pending','native','saholicoffline','askforupdate','appb','apphint');
-
 
21
		$this->Auth->allow('howitworks','pending','native','saholicoffline','askforupdate');
21
		$this->layout = 'static';
22
		$this->layout = 'static';
22
	}
23
	}
23
/**
24
/**
24
 * index method
25
 * index method
25
 *
26
 *