aboutsummaryrefslogtreecommitdiffstats
path: root/php/user.php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-12 10:46:45 +0200
committeradam <adam@>2021-02-12 10:46:45 +0200
commitf2bf4d23d5be9b4d24a830ddaecabe2e87a0e93c (patch)
tree2482c89eb4a7a55e282fa5a3c34efdf44eb05e0a /php/user.php
parentd538c3041c6c7d05a9328ace960838aa194879d9 (diff)
downloadfileup-f2bf4d23d5be9b4d24a830ddaecabe2e87a0e93c.tar.gz
introducing directories
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 1ef3083..3cfcc89 100644
--- a/php/user.php
+++ b/php/user.php
@@ -1,10 +1,10 @@
<?php
class User
{
- /*I don't think we need to abstract these away*/
public $user_id;
public $username;
public $email_address;
+ public $current_directory;
}
?>