]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-16907, remove search and logout buttons"
authordongsheng <dongsheng>
Wed, 22 Oct 2008 02:50:52 +0000 (02:50 +0000)
committerdongsheng <dongsheng>
Wed, 22 Oct 2008 02:50:52 +0000 (02:50 +0000)
repository/smb/repository.class.php

index 76e010bc6e2fa92ce76ed437030e8906e2717686..8cc3a438b709af1585c7a743aa7fe9c9c0d2fc95 100755 (executable)
@@ -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)) {