aboutsummaryrefslogtreecommitdiffstats
path: root/php/node.php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-12 13:55:01 +0200
committeradam <adam@>2021-02-12 13:55:01 +0200
commite26ab014a12650b77cc323ee5c0218e68405bfa0 (patch)
tree986281d1d00da58548d5cc55d482785f57c23a5b /php/node.php
parent3909f0306619241b46848bcab602a22103fa15ba (diff)
downloadfileup-e26ab014a12650b77cc323ee5c0218e68405bfa0.tar.gz
sql restructure
Diffstat (limited to 'php/node.php')
-rw-r--r--php/node.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/php/node.php b/php/node.php
index 3c18519..062da90 100644
--- a/php/node.php
+++ b/php/node.php
@@ -14,7 +14,8 @@ require_once "database.php";
$this->node_id=$node_id;
}
}
- class Current_Directory
+
+ class Current_Directory extends Node
{
/*an array of the dir_ids taken to reach here*/
public $path;