F diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignorescreen+ filesF diff --git a/php/configuration.php b/php/configuration.php --- a/php/configuration.php +++ b/php/configuration.php$database_password="parola123";$database_location="localhost";- $storage_root = "/tmp";+ $storage_root = "/srv/apache/testing/project/files/";}F diff --git a/sql/fileshare.sql b/sql/fileshare.sql --- a/sql/fileshare.sql +++ b/sql/fileshare.sql/*BEWARE!*/- drop table if exists nodes;drop table if exists users;+ drop table if exists nodes;drop table if exists node_access;drop table if exists node_links;