This commit is contained in:
root 2014-05-06 13:47:11 +02:00
commit e47390955b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class HomeController extends AppController {
* or MissingViewException in debug mode.
*/
private static $opening_limit = 3;
private static $opening_limit = 5;
function beforeFilter(){
$this->Security->unlockedActions[]="login";