mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-06-20 18:18:12 +02:00
#51 BaseURL for tree view
This commit is contained in:
@ -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 } ?>
|
||||
|
Reference in New Issue
Block a user