From 3909f0306619241b46848bcab602a22103fa15ba Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Feb 2021 13:44:02 +0200 Subject: fixes --- .gitignore | 1 + php/configuration.php | 2 +- sql/fileshare.sql | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 533e888..31483e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ screen +files diff --git a/php/configuration.php b/php/configuration.php index 476311d..1ee0a99 100644 --- a/php/configuration.php +++ b/php/configuration.php @@ -18,7 +18,7 @@ $database_username="outsider"; $database_password="parola123"; $database_location="localhost"; - $storage_root = "/tmp"; + $storage_root = "/srv/apache/testing/project/files/"; } diff --git a/sql/fileshare.sql b/sql/fileshare.sql index ed48696..b0f1696 100644 --- a/sql/fileshare.sql +++ b/sql/fileshare.sql @@ -1,6 +1,6 @@ /*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; -- cgit v1.2.3