summaryrefslogtreecommitdiff
path: root/controllers/base.php
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-02-22 16:30:03 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-02-22 16:30:03 -0500
commit2f4651411b1827e1e5859ba6053052b508f455e0 (patch)
treeea07631e7a5e5850367f873c7a9c1a0e07e10638 /controllers/base.php
parenta1923d3d7f9276e859d6fd6bee339f0ea00f6544 (diff)
Add kiosk mode, public board access with read-only and auto-refresh
Diffstat (limited to 'controllers/base.php')
-rw-r--r--controllers/base.php1
1 files changed, 1 insertions, 0 deletions
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])) {