aboutsummaryrefslogtreecommitdiffstats
path: root/php/node.php
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-12 14:07:48 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-12 14:07:48 +0200
commit10d7e23ca54ca0003e548922d1202f39c841a0db (patch)
tree1b51e10c4f919034c7ec32395770e5c6a6ce3931 /php/node.php
parent1c5476e68cc0d43b534521ea3e647bbe0d7e86df (diff)
parent76970dca67894917bdbc4213f4c5df60d0c8dec3 (diff)
downloadfileup-10d7e23ca54ca0003e548922d1202f39c841a0db.tar.gz
Merge branch 'master' of https://github.com/alexvitkov/india
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;