Skip to content

Commit

Permalink
"MDL-16907, remove search and logout buttons"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Oct 22, 2008
1 parent b2b3fd8 commit faf7f2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repository/smb/repository.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public function get_listing($path='') {
$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)) {
Expand Down

0 comments on commit faf7f2e

Please sign in to comment.