Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed May 24, 2020
1 parent 2a2ef87 commit 4658850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/indexes.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function tree($directory,$ignore) {
//开始运行
//如果是子目录运行
if( $config['thedir'] != '' ) {
tree($config['thedir'],$ignore);
tree('../',$ignore);
}
//如果是顶级目录运行
else{
Expand Down

0 comments on commit 4658850

Please sign in to comment.