mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
"MDL-16907, remove search and logout buttons"
This commit is contained in:
parent
b2b3fd82cd
commit
faf7f2e43f
@ -49,6 +49,8 @@ class repository_smb extends repository {
|
||||
$list = array();
|
||||
$ret = array();
|
||||
$ret['dynload'] = true;
|
||||
$ret['nosearch'] = true;
|
||||
$ret['nologin'] = true;
|
||||
$ret['list'] = array();
|
||||
$ret['path'] = array(array('name'=>'Root', 'path'=>0));
|
||||
if (empty($path)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user