aboutsummaryrefslogtreecommitdiffstats
path: root/php/user.php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-12 16:40:24 +0200
committeradam <adam@>2021-02-12 16:40:24 +0200
commit0c3d535a341dcefd702982715f6d20275a0f512d (patch)
treebdc6249da1f2d6d4a7975d192537511017df9354 /php/user.php
parent75640897d7ae44f10b9dde091d4b8dcba8e23776 (diff)
downloadfileup-0c3d535a341dcefd702982715f6d20275a0f512d.tar.gz
stuff
Diffstat (limited to 'php/user.php')
-rw-r--r--php/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/user.php b/php/user.php
index 3cfcc89..8b43095 100644
--- a/php/user.php
+++ b/php/user.php
@@ -4,7 +4,7 @@
public $user_id;
public $username;
public $email_address;
- public $current_directory;
+ public $home_directory;
}
?>