Add kiosk mode, public board access with read-only and auto-refresh
This commit is contained in:
@@ -45,6 +45,7 @@ abstract class Base
|
||||
$public = array(
|
||||
'user' => array('login', 'check'),
|
||||
'task' => array('add'),
|
||||
'board' => array('readonly'),
|
||||
);
|
||||
|
||||
if (isset($public[$controller])) {
|
||||
|
||||
Reference in New Issue
Block a user