commit 5ec4ad9d32cc05e40019334fef9545b814593e12
Author: admin <admin@www1334uf.sakura.ne.jp>
Date:   Mon Feb 22 17:53:59 2016 +0900

    2/17版のpictcodeを移植

diff --git a/app/Controller/PictcodeController.php b/app/Controller/PictcodeController.php
index 5fa03ea..338517e 100644
--- a/app/Controller/PictcodeController.php
+++ b/app/Controller/PictcodeController.php
@@ -39,6 +39,10 @@ class PictcodeController extends AppController {
 	public $uses = array('');
 	public $layout = 'top';
 
+	function beforeFilter(){
+		$this->Auth->allow();
+	}
+
 /**
  * index
  */
