mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 20:55:50 +01:00
#51 BaseURL for tree view
This commit is contained in:
parent
93e37c1c22
commit
694e77c1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -1136,7 +1136,7 @@ $all_files_size = 0;
|
|||
<div class="tree-title">Browse</div>
|
||||
<?php
|
||||
//file tre view
|
||||
echo php_file_tree($_SERVER['DOCUMENT_ROOT'], "javascript:alert('You clicked on [link]');");
|
||||
echo php_file_tree(FM_ROOT_PATH, "javascript:alert('You clicked on [link]');");
|
||||
?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue