From 8f8d22109484308255d16f318cb488b3c8519885 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 13 Feb 2021 13:26:36 +0200 Subject: added trash folder on user creation --- php/configuration.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php/configuration.php') diff --git a/php/configuration.php b/php/configuration.php index 313f0ad..09d1a06 100644 --- a/php/configuration.php +++ b/php/configuration.php @@ -21,7 +21,8 @@ $database_location="localhost"; $storage_root = "/srv/apache/testing/project/files/"; } - +/*if we save deleted files just in case of an error*/ +$has_trash=true; $password_hash_algo=PASSWORD_BCRYPT; $has_email_verification=false; -- cgit v1.2.3