mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 05:22:03 +08:00
Merge branch 'min-feat/dev/fileserv' into pre
This commit is contained in:
@@ -114,7 +114,7 @@ def list_directory(client_socket, path):
|
||||
<div class="container">
|
||||
"""
|
||||
# Breadcrumb navigation
|
||||
content += "<h3>File Explorer</h3>"
|
||||
content += "<h3>Fileserv by dragonpilot</h3>"
|
||||
content += "<div class='path-links'><strong>Path:</strong> "
|
||||
relative_path_from_root = os.path.relpath(path, DEFAULT_DIR)
|
||||
content += "<a href='/'>/</a>"
|
||||
|
||||
Reference in New Issue
Block a user