aboutsummaryrefslogtreecommitdiffstats
path: root/loggedin.php
diff options
context:
space:
mode:
Diffstat (limited to 'loggedin.php')
-rw-r--r--loggedin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/loggedin.php b/loggedin.php
index 8d54d65..b655819 100644
--- a/loggedin.php
+++ b/loggedin.php
@@ -6,7 +6,7 @@
<button id="upload_btn" onclick="new_folder()">New Folder</button>
<div class="separator"></div>
<div class="path" id="the_path">
- <button class="pathentry" onclick="pwd.length = 0; load_dir();"><?php echo $_SESSION['username'] ?>'s files</button>
+ <button class="pathentry" id="home_path_entry"><?php echo $_SESSION['username'] ?>'s files</button>
</div>
</h2>