- Timestamp:
- 01/11/12 20:34:40 (4 months ago)
- File:
-
- 1 edited
-
trunk/app/Controller/CommentsController.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/Controller/CommentsController.php
r2830 r2904 43 43 { 44 44 parent::beforeFilter(); 45 $this->Auth->allow(array('view', 'add', 'securimage')); 46 } 47 48 /** 49 * Generate captcha 50 * @access public 51 */ 52 public function captcha() 53 { 54 $rand = rand(1, 10000); 55 return $this->captcha->show($rand); 45 $this->Auth->allow(array('add', 'securimage')); 56 46 } 57 47
Note: See TracChangeset
for help on using the changeset viewer.
