From 33810d37f0cec01d0096fd6ae2e5bee3356d0ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:59:50 +0200 Subject: [PATCH] cleaning --- conf/include.php | 2 +- manifest.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/include.php b/conf/include.php index ddd62d3..9427432 100644 --- a/conf/include.php +++ b/conf/include.php @@ -17,7 +17,7 @@ /** * Custom 'data' folder path */ -define('APP_DATA_FOLDER_PATH', '__DATA_DIR__'); +define('APP_DATA_FOLDER_PATH', '__DATA_DIR__/data/'); /** * Additional configuration file name diff --git a/manifest.toml b/manifest.toml index bf75121..1b306dc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,7 +44,7 @@ ram.runtime = "50M" type = "select" choices = ["fr", "en"] default = "fr" - + [resources] [resources.sources] @@ -60,6 +60,7 @@ ram.runtime = "50M" [resources.install_dir] [resources.data_dir] + subdirs = ["data"] [resources.permissions] main.url = "/"