リビジョン 8fa10255 app/Controller/AppController.php
app/Controller/AppController.php | ||
---|---|---|
60 | 60 |
'passwordHasher' => 'Blowfish' |
61 | 61 |
) |
62 | 62 |
), |
63 |
'flash' => array( |
|
64 |
'element' => 'alert', |
|
65 |
'key' => 'auth', |
|
66 |
'params' => array( |
|
67 |
'plugin' => 'BoostCake', |
|
68 |
'class' => 'alert-error' |
|
69 |
) |
|
70 |
) |
|
63 |
// 'flash' => array(
|
|
64 |
// 'element' => 'alert',
|
|
65 |
// 'key' => 'auth',
|
|
66 |
// 'params' => array(
|
|
67 |
// 'plugin' => 'BoostCake',
|
|
68 |
// 'class' => 'alert-error'
|
|
69 |
// )
|
|
70 |
// )
|
|
71 | 71 |
) |
72 | 72 |
); |
73 |
public function beforeFilter() { |
|
74 |
// $this->Auth->allow('index', 'view'); |
|
75 |
} |
|
76 |
|
|
73 | 77 |
} |
他の形式にエクスポート: Unified diff