From e26ab014a12650b77cc323ee5c0218e68405bfa0 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Feb 2021 13:55:01 +0200 Subject: sql restructure --- php/configuration.php | 4 ++-- php/node.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'php') diff --git a/php/configuration.php b/php/configuration.php index 1ee0a99..313f0ad 100644 --- a/php/configuration.php +++ b/php/configuration.php @@ -17,8 +17,8 @@ $database_name="fileup_testing"; $database_username="outsider"; $database_password="parola123"; $database_location="localhost"; - - $storage_root = "/srv/apache/testing/project/files/"; +/*storage root must be in the webroot*/ +$storage_root = "/srv/apache/testing/project/files/"; } 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; -- cgit v1.2.3 From 76970dca67894917bdbc4213f4c5df60d0c8dec3 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Feb 2021 14:07:16 +0200 Subject: asdf --- php/readdir.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 php/readdir.php (limited to 'php') diff --git a/php/readdir.php b/php/readdir.php new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3