From 2f4651411b1827e1e5859ba6053052b508f455e0 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 22 Feb 2014 16:30:03 -0500 Subject: Add kiosk mode, public board access with read-only and auto-refresh --- controllers/base.php | 1 + 1 file changed, 1 insertion(+) (limited to 'controllers/base.php') diff --git a/controllers/base.php b/controllers/base.php index 5c48d927..c248ede1 100644 --- a/controllers/base.php +++ b/controllers/base.php @@ -45,6 +45,7 @@ abstract class Base $public = array( 'user' => array('login', 'check'), 'task' => array('add'), + 'board' => array('readonly'), ); if (isset($public[$controller])) { -- cgit v1.2.3