From 9102b9017d978be8c119a3ac8e79c661f2dad6b1 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Feb 2021 12:14:00 +0200 Subject: galin --- php/node.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 php/node.php (limited to 'php/node.php') diff --git a/php/node.php b/php/node.php new file mode 100644 index 0000000..b6c3428 --- /dev/null +++ b/php/node.php @@ -0,0 +1,26 @@ +dir_id=get_home_id($user_id); + $this->path=[$dir_id]; + } + function change_directory($directory_id):bool + { + global $database; + if(!$database->is_directory($directory_id)) + { + return false; + } + + } + } + +?> -- cgit v1.2.3