diff --git a/tinyfilemanager.php b/tinyfilemanager.php index cbaf142..6462b56 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -36,6 +36,13 @@ $readonly_users = array( 'user' ); +// Global readonly, including when auth is not being used +$global_readonly = false; + +// user specific directories +// array('Username' => 'Directory path', 'Username2' => 'Directory path', ...) +$directories_users = array(); + // Enable highlight.js (https://highlightjs.org/) on view's page $use_highlightjs = true;