diff options
author | adam <adam@> | 2021-02-13 13:26:36 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-13 13:26:36 +0200 |
commit | 8f8d22109484308255d16f318cb488b3c8519885 (patch) | |
tree | fe6973ac7ab727e12a948dce116723e9306be93b /php/node.php | |
parent | 212043453286cbd1c1840b1ae13f1516f90870d4 (diff) | |
download | fileup-8f8d22109484308255d16f318cb488b3c8519885.tar.gz |
added trash folder on user creation
Diffstat (limited to 'php/node.php')
-rw-r--r-- | php/node.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/php/node.php b/php/node.php index a9a6f9b..5074082 100644 --- a/php/node.php +++ b/php/node.php @@ -1,12 +1,10 @@ <?php require_once "database.php"; require_once "user.php"; - /*path is in terms of the simulated filesystem*/ function get_directory(string $abstract_path,User $user) { - error_log("getting directory".$abstract_path." for ".$user->username); global $database; if($abstract_path[0] != "/") |