diff options
author | adam <adam@> | 2021-02-12 16:40:24 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-12 16:40:24 +0200 |
commit | 0c3d535a341dcefd702982715f6d20275a0f512d (patch) | |
tree | bdc6249da1f2d6d4a7975d192537511017df9354 /php/user.php | |
parent | 75640897d7ae44f10b9dde091d4b8dcba8e23776 (diff) | |
download | fileup-0c3d535a341dcefd702982715f6d20275a0f512d.tar.gz |
stuff
Diffstat (limited to 'php/user.php')
-rw-r--r-- | php/user.php | 2 |
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; } ?> |